Skip to content

Commit

Permalink
remove message information
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshurajora committed Feb 28, 2024
1 parent 61d048c commit 0e11e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function App() {
<button className="btn btn-primary" onClick={shareData}>
{!disable ? "Share" : "Sending In Progress..."}
</button>
<p className="text-small">{message}</p>
{/* <p className="text-small">{message}</p> */}
</div>
</div>

Expand Down

0 comments on commit 0e11e60

Please sign in to comment.