diff --git a/extension/src/popup/views/ReviewAuth/index.tsx b/extension/src/popup/views/ReviewAuth/index.tsx index 59bdb27e7f..f75e777b8d 100644 --- a/extension/src/popup/views/ReviewAuth/index.tsx +++ b/extension/src/popup/views/ReviewAuth/index.tsx @@ -144,9 +144,9 @@ export const ReviewAuth = () => { size="md" isLoading={isConfirming} onClick={() => - activeAuthEntryIndex === op.auth?.length - ? setActiveAuthEntryIndex(activeAuthEntryIndex + 1) - : setHasConfirmedAuth(true) + activeAuthEntryIndex + 1 === op.auth?.length + ? setHasConfirmedAuth(true) + : setActiveAuthEntryIndex(activeAuthEntryIndex + 1) } > {t("Approve and review next")}