Skip to content

Commit 126b83f

Browse files
committed
format
1 parent ec0b08c commit 126b83f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

app/ui/view_nbgl.c

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -471,14 +471,13 @@ static void config_useCaseReview(nbgl_operationType_t type) {
471471

472472
if (app_mode_blindsign_required()) {
473473
nbgl_useCaseReviewBlindSigning(type, &pairList, &C_icon_stax_64,
474-
(intro_message == NULL ? "Review transaction" : intro_message),
475-
intro_submessage,
474+
(intro_message == NULL ? "Review transaction" : intro_message), intro_submessage,
476475
"Accept risk and sign transaction ?", NULL, reviewTransactionChoice);
477476
} else {
478-
nbgl_useCaseReview(
479-
type, &pairList, &C_icon_stax_64, (intro_message == NULL ? "Review transaction" : intro_message),
480-
intro_submessage,
481-
(approval_label_buf[0] != '\0' ? approval_label_buf : APPROVE_LABEL_NBGL), reviewTransactionChoice);
477+
nbgl_useCaseReview(type, &pairList, &C_icon_stax_64,
478+
(intro_message == NULL ? "Review transaction" : intro_message), intro_submessage,
479+
(approval_label_buf[0] != '\0' ? approval_label_buf : APPROVE_LABEL_NBGL),
480+
reviewTransactionChoice);
482481
}
483482
}
484483

0 commit comments

Comments
 (0)