style(31-01): fix biome lint formatting for JSX expressions
This commit is contained in:
@@ -221,12 +221,8 @@ function ItemDetail() {
|
||||
type="button"
|
||||
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"
|
||||
aria-label={
|
||||
isReference ? "Remove from Collection" : "Delete"
|
||||
}
|
||||
title={
|
||||
isReference ? "Remove from Collection" : "Delete"
|
||||
}
|
||||
aria-label={isReference ? "Remove from Collection" : "Delete"}
|
||||
title={isReference ? "Remove from Collection" : "Delete"}
|
||||
>
|
||||
<LucideIcon name="trash-2" size={16} />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user