Skip to content

Commit

Permalink
Merge branch 'feat/storage-message' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 15, 2024
2 parents 0cfacac + 6dfd152 commit cf54916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/steps/Step/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function ItemCommunity({
</p>
</div>
</div>
{step === MultiplierStep.signMessage && isDone && (
{step === MultiplierStep.signMessage && (
<HistoryMessage />
)}
</>
Expand Down

0 comments on commit cf54916

Please sign in to comment.