Skip to content

Commit 76eb889

Browse files
Rename incorrectly named component
1 parent 8cc17f7 commit 76eb889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/navigation/tabs/GraphTab.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import DeviceOfflineWrapper from '@/components/DeviceOfflineWrapper';
55

66
import { StyledScrollView, StyledView } from '@/style';
77

8-
const LivedataTab = () => {
8+
const GraphTab = () => {
99
const theme = useTheme();
1010

1111
return (
@@ -19,4 +19,4 @@ const LivedataTab = () => {
1919
);
2020
};
2121

22-
export default LivedataTab;
22+
export default GraphTab;

0 commit comments

Comments
 (0)