Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rick23p committed Nov 18, 2024
1 parent f0a23da commit e9deaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/2_molecules/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Table = <RowType extends RowObject>(
<div className={classNames(styles[breakpoint], styles.desktop)}>
<TableDesktop {...props} />
</div>
<div className={classNames(styles[breakpoint], styles.moblie)}>
<div className={classNames(styles[breakpoint], styles.mobile)}>
<TableMobile {...props} />
</div>
</>
Expand Down

0 comments on commit e9deaab

Please sign in to comment.