[autofix.ci] apply automated fixes
This commit is contained in:
parent
ec1e37a7d9
commit
d0e017ea2d
2 changed files with 4 additions and 4 deletions
|
|
@ -173,9 +173,9 @@ export default function CodeTabsComponent({
|
|||
|
||||
{tabs.map((tab, idx) => (
|
||||
<TabsContent
|
||||
value={idx.toString()}
|
||||
className="api-modal-tabs-content overflow-hidden"
|
||||
key={idx} // Remember to add a unique key prop
|
||||
value={idx.toString()}
|
||||
className="api-modal-tabs-content overflow-hidden"
|
||||
key={idx} // Remember to add a unique key prop
|
||||
>
|
||||
{tabsOrder[idx].toLowerCase() !== "tweaks" ? (
|
||||
<div className="flex h-full w-full flex-col">
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ const ApiModal = forwardRef(
|
|||
setOpen?: (a: boolean | ((o?: boolean) => boolean)) => void;
|
||||
},
|
||||
ref,
|
||||
) => {
|
||||
) => {
|
||||
const tweaksCode = buildTweaks(flow);
|
||||
const tweak = useTweaksStore((state) => state.tweak);
|
||||
const addTweaks = useTweaksStore((state) => state.setTweak);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue