Skip to content

Commit 7cb60e5

Browse files
committed
feat: add todo
1 parent 2814856 commit 7cb60e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/send/SendAndReviewScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fun SendAndReviewScreen(
9393
//TODO DISPLAY TAGS
9494
PrimaryButton(
9595
stringResource(R.string.wallet__tags_add),
96-
onClick = {},
96+
onClick = {}, //TODO IMPLEMENT
9797
icon = {
9898
Icon(
9999
painter = painterResource(R.drawable.ic_tag),

0 commit comments

Comments
 (0)