Remove surrounding spaces in parentheses. (#667)
parent
a891f4c326
commit
924e18e644
|
@ -57,7 +57,7 @@ export function Component({}: {}) {
|
||||||
code works once!
|
code works once!
|
||||||
</Text>
|
</Text>
|
||||||
<Text type="sm" style={[styles.description, pal.textLight]}>
|
<Text type="sm" style={[styles.description, pal.textLight]}>
|
||||||
( You'll receive one invite code every two weeks. )
|
(You'll receive one invite code every two weeks.)
|
||||||
</Text>
|
</Text>
|
||||||
<ScrollView style={[styles.scrollContainer, pal.border]}>
|
<ScrollView style={[styles.scrollContainer, pal.border]}>
|
||||||
{store.me.invites.map((invite, i) => (
|
{store.me.invites.map((invite, i) => (
|
||||||
|
|
Loading…
Reference in New Issue