Skip to content

Commit

Permalink
fix(Web3InboxRequirement): footer logic
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Oct 17, 2024
1 parent 3904093 commit 094d5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requirements/Web3Inbox/Web3InboxRequirement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Web3InboxRequirement = (props: RequirementProps) => {
image={APP_DETAILS[data.app]?.image}
footer={
!isValidating &&
!!hasAccess && (
!hasAccess && (
<a
href="https://app.web3inbox.com"
className={buttonVariants({
Expand Down

0 comments on commit 094d5cf

Please sign in to comment.