diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-18 16:54:17 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-18 16:54:17 -0500 |
commit | 3c89dd40f90deda00dd4d717bec0bb2f4217c1d1 (patch) | |
tree | d994697aeb206c0b1c1c597fc9e6063bfce9eaab /src/view/com/pager/TabBar.tsx | |
parent | 1ecf0da81b6e5eaf7959e1416df1e8f004e2566f (diff) | |
download | voidsky-3c89dd40f90deda00dd4d717bec0bb2f4217c1d1.tar.zst |
Fix lint
Diffstat (limited to 'src/view/com/pager/TabBar.tsx')
-rw-r--r-- | src/view/com/pager/TabBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index f6c41ce7c..485219730 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -10,7 +10,7 @@ import {StyleSheet, View, ScrollView} from 'react-native' import {Text} from '../util/text/Text' import {PressableWithHover} from '../util/PressableWithHover' import {usePalette} from 'lib/hooks/usePalette' -import {isDesktopWeb, isWeb} from 'platform/detection' +import {isDesktopWeb} from 'platform/detection' export interface TabBarProps { testID?: string |