Skip to content

Commit 7a63e3e

Browse files
fix: add validation
1 parent 6055330 commit 7a63e3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/TopPage/TopPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ const TopPage = ({
113113
return tabs?.items.filter((tab) => !tab.hidden)
114114
}, [tabs])
115115

116+
console.log('updateTabs', updateTabs)
117+
116118
return (
117119
<div className={classNameHeader ?? 'sticky top-0 bg-white z-40 px-5'}>
118120
{(optionsBreadcrumbs || lastUpdate) && (

0 commit comments

Comments
 (0)