removing wrong code pushed
This commit is contained in:
parent
3ecb223c87
commit
43e44ab221
1 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ export default function CodeTabsComponent({
|
|||
</div>
|
||||
)}
|
||||
|
||||
{Number(activeTab) < 6 && (
|
||||
{Number(activeTab) < 5 && (
|
||||
<>
|
||||
<Button
|
||||
variant="ghost"
|
||||
|
|
@ -172,7 +172,7 @@ export default function CodeTabsComponent({
|
|||
className="api-modal-tabs-content overflow-hidden"
|
||||
key={idx} // Remember to add a unique key prop
|
||||
>
|
||||
{idx < 6 ? (
|
||||
{idx < 5 ? (
|
||||
<div className="flex h-full w-full flex-col">
|
||||
{tab.description && (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue