mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-07 08:00:54 +00:00
add keys to tabs
This commit is contained in:
@@ -104,6 +104,7 @@ export const ConfigInner = <T,>({
|
||||
<div className="flex flex-col gap-4 w-[300px]">
|
||||
{keys(components).map((tab) => (
|
||||
<Button
|
||||
key={tab}
|
||||
variant={show === tab ? "secondary" : "outline"}
|
||||
onClick={() => setShow(tab)}
|
||||
className="capitalize"
|
||||
|
||||
Reference in New Issue
Block a user