mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 04:11:16 +01:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -24,6 +24,7 @@ export function HotKey({ action, className, variant }: Props) {
|
||||
)}
|
||||
>
|
||||
{labelParts.map((char, index) => (
|
||||
// biome-ignore lint/suspicious/noArrayIndexKey: none
|
||||
<div key={index} className="min-w-[1.1em] text-center">
|
||||
{char}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user