fix: refactoring errors

This commit is contained in:
2025-11-10 11:08:13 +01:00
parent 9870a55b02
commit cf47edb835

View File

@@ -280,9 +280,14 @@ const DashboardView = ({
<button <button
type="button" type="button"
onClick={() => onHideEntry(item.id)} onClick={() => onHideEntry(item.id)}
className="text-sm text-gray-600 hover:text-gray-900" className="text-gray-600 hover:text-gray-900"
title="Ausblenden"
> >
Ausblenden <svg xmlns="http://www.w3.org/2000/svg" className="inline h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 19c7 0 9-7 9-7s-2-7-9-7-9 7-9 7 2 7 9 7z" />
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 15a3 3 0 100-6 3 3 0 000 6z" />
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M3 3l18 18" />
</svg>
</button> </button>
{canDelete && ( {canDelete && (
<button <button