[nobuild] add id to all tables & large views

This commit is contained in:
Stef-00012 2025-02-17 10:52:42 +01:00
parent b30096c21f
commit 2809929001
No known key found for this signature in database
GPG key ID: 4EA4DF16B1BF5D66
7 changed files with 74 additions and 37 deletions

View file

@ -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>
);