mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 18:35:58 +02:00
[nobuild] add id to all tables & large views
This commit is contained in:
parent
b30096c21f
commit
2809929001
7 changed files with 74 additions and 37 deletions
|
@ -86,6 +86,11 @@ export default function LargeInviteView({ invite, dashUrl, onAction }: Props) {
|
|||
<Text style={styles.key}>
|
||||
<Text style={styles.keyName}>Uses</Text>: <Text>{invite.uses}</Text>
|
||||
</Text>
|
||||
|
||||
<Text style={styles.key}>
|
||||
<Text style={styles.keyName}>ID</Text>:{" "}
|
||||
<Text>{invite.id}</Text>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue