style(31-01): fix biome lint formatting for JSX expressions
This commit is contained in:
@@ -221,12 +221,8 @@ function ItemDetail() {
|
|||||||
type="button"
|
type="button"
|
||||||
onClick={handleDelete}
|
onClick={handleDelete}
|
||||||
className="md:hidden inline-flex items-center justify-center min-w-[44px] min-h-[44px] p-2 text-red-400 hover:text-red-600 hover:bg-red-50 rounded-lg transition-colors"
|
className="md:hidden inline-flex items-center justify-center min-w-[44px] min-h-[44px] p-2 text-red-400 hover:text-red-600 hover:bg-red-50 rounded-lg transition-colors"
|
||||||
aria-label={
|
aria-label={isReference ? "Remove from Collection" : "Delete"}
|
||||||
isReference ? "Remove from Collection" : "Delete"
|
title={isReference ? "Remove from Collection" : "Delete"}
|
||||||
}
|
|
||||||
title={
|
|
||||||
isReference ? "Remove from Collection" : "Delete"
|
|
||||||
}
|
|
||||||
>
|
>
|
||||||
<LucideIcon name="trash-2" size={16} />
|
<LucideIcon name="trash-2" size={16} />
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user