Skip to content

Commit 235cb31

Browse files
committed
chore(formatting): run eslint --fix
1 parent 77928dc commit 235cb31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TableView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const TableView: React.FC<TableViewInterface> = ({
2323
customAppearances,
2424
style,
2525
}: TableViewInterface) => {
26-
let themeMode: THEME_APPEARANCE = THEMES?.appearances?.['light'];
26+
let themeMode: THEME_APPEARANCE = THEMES?.appearances?.light;
2727
const systemColorScheme = useColorScheme();
2828
if (
2929
(appearance === 'auto' && systemColorScheme === 'dark') ||

0 commit comments

Comments
 (0)