Skip to content

Commit

Permalink
fix: remove not used prop
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-marco authored and kris-liu-smile committed Aug 21, 2023
1 parent 6c960b2 commit e29c869
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/storefront/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ export default function App() {
className={isOpen ? 'active-frame' : undefined}
fontUrl={FONT_URL}
customStyles={customStyles}
isOpen={isOpen}
>
{isOpen ? (
<B3RenderRouter openUrl={openUrl} setOpenPage={setOpenPage} />
Expand Down
2 changes: 1 addition & 1 deletion apps/storefront/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export { default as B3Sping } from './spin/B3Sping'
export { default as B3NoData } from './table/B3NoData'
export { B3PaginationTable } from './table/B3PaginationTable'
export { B3Table } from './table/B3Table'
export { ThemeFrame } from './ThemeFrame'
export { default as ThemeFrame } from './ThemeFrame'
export { default as B3Upload } from './upload/B3Upload'

0 comments on commit e29c869

Please sign in to comment.