fix: refactoring errors
This commit is contained in:
@@ -280,9 +280,14 @@ const DashboardView = ({
|
||||
<button
|
||||
type="button"
|
||||
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>
|
||||
{canDelete && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user