Skip to content

Commit b91a662

Browse files
committed
CU-868f1731u Minor cleanup for PR 152
1 parent 16e2c09 commit b91a662

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

src/components/status/status-bottom-sheet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ export const StatusBottomSheet = () => {
481481
)}
482482
{status.Note > 0 && (
483483
<Text className="text-xs text-gray-500 dark:text-gray-500">
484-
{status.Note === 1 && t('status.note_required')}
485-
{status.Note === 2 && t('status.note_optional')}
484+
{status.Note === 1 && t('status.note_optional')}
485+
{status.Note === 2 && t('status.note_required')}
486486
</Text>
487487
)}
488488
</VStack>

test-note-types.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)