Skip to content

Commit

Permalink
Update Hello.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya4242 authored Mar 27, 2024
1 parent e2c2aa4 commit 3f5b8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Hello = () => {
<button
type="submit"
onClick={(e) => {
sum(e);
sub(e);
}}
className="btn btn-primary btn-block mb-3 "
>
Expand Down

0 comments on commit 3f5b8b8

Please sign in to comment.