Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Apr 26, 2024
1 parent ed5eb6e commit 4b025d5
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 230 deletions.
2 changes: 0 additions & 2 deletions src/ui/views/Trade/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,6 @@ const Trade = (props: View<"trade">) => {
: "Other team";
const teamNames = [otherTeamName, userTeamName] as [string, string];

console.log(state.message, state.prevTeams);

return (
<>
<div className="row">
Expand Down
Loading

0 comments on commit 4b025d5

Please sign in to comment.