Skip to content

Commit 3673682

Browse files
committed
Remove version
1 parent c022d7f commit 3673682

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
EXPO_PUBLIC_APPWRITE_ENDPOINT=
22
EXPO_PUBLIC_APPWRITE_PROJECT_ID=
3-
EXPO_PUBLIC_APPWRITE_PROJECT_NAME=
4-
EXPO_PUBLIC_APPWRITE_VERSION=
3+
EXPO_PUBLIC_APPWRITE_PROJECT_NAME=

components/Logs.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ export const Logs = ({ toggleBottomSheet, isOpen, logs }: LogsProps) => {
119119
{process.env.EXPO_PUBLIC_APPWRITE_PROJECT_NAME}
120120
</Text>
121121
</View>
122-
<View style={styles.logMetaCell}>
123-
<Text style={styles.label}>Version</Text>
124-
<Text style={styles.value}>
125-
{process.env.EXPO_PUBLIC_APPWRITE_VERSION}
126-
</Text>
127-
</View>
128122
</View>
129123
</View>
130124
{logs.length > 0 ? getTable() : getEmptyState()}

0 commit comments

Comments
 (0)