Skip to content

Commit f075a20

Browse files
author
Petr Konecny
committed
chore: temp config change
1 parent 1f603c9 commit f075a20

File tree

1 file changed

+1
-1
lines changed
  • src/features/dashboard/screens/DashboardScreen

1 file changed

+1
-1
lines changed

src/features/dashboard/screens/DashboardScreen/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { styles } from './styles'
66
export const DashboardScreen = () => {
77
return (
88
<View style={styles.container}>
9-
<Text style={styles.title}>Dashboard</Text>
9+
<Text style={styles.title}>{`${process.env.EXPO_PUBLIC_TEST}`}</Text>
1010
<Image source="strv_logo" contentFit="contain" style={styles.image} />
1111
</View>
1212
)

0 commit comments

Comments
 (0)