We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc17f7 commit 76eb889Copy full SHA for 76eb889
src/views/navigation/tabs/GraphTab.tsx
@@ -5,7 +5,7 @@ import DeviceOfflineWrapper from '@/components/DeviceOfflineWrapper';
5
6
import { StyledScrollView, StyledView } from '@/style';
7
8
-const LivedataTab = () => {
+const GraphTab = () => {
9
const theme = useTheme();
10
11
return (
@@ -19,4 +19,4 @@ const LivedataTab = () => {
19
);
20
};
21
22
-export default LivedataTab;
+export default GraphTab;
0 commit comments