Skip to content

Commit

Permalink
fix(Airdrop): stx userCampaignState return null default
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Jan 17, 2020
1 parent d82cee6 commit 921843c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ export const StxStatus = ({
/>
</SuccessCartridge>
)
default:
return null
}
break
} else {
return null
}
Expand Down

0 comments on commit 921843c

Please sign in to comment.