Skip to content

Commit e424c5f

Browse files
committed
fix: typo
1 parent ce7b74f commit e424c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SampleApp/src/components/ChannelInfoOverlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export const ChannelInfoOverlay = (props: ChannelInfoOverlayProps) => {
425425
<Archive height={24} width={24} />
426426
</View>
427427
<Text style={[styles.rowText, { color: black }]}>
428-
{membership?.archived_at ? 'Unarchieve' : 'Archieve'}
428+
{membership?.archived_at ? 'Unarchive' : 'Archive'}
429429
</Text>
430430
</View>
431431
</TapGestureHandler>

0 commit comments

Comments
 (0)