Skip to content

Commit

Permalink
fix swap
Browse files Browse the repository at this point in the history
  • Loading branch information
s-alad committed Jun 25, 2023
1 parent 4a34b8a commit fa96580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new/client/components/instant/instant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Instant({ instance, mymojis }: _Instant) {

}

let [swap, setSwap] = useState<boolean>(false);
let [swap, setSwap] = useState<boolean>(true);
let [expanded, setExpanded] = useState<boolean>(false);

let profile_link = instance.user.uid == localStorage.getItem("uid") ? "/me" : `/profile/${instance.user.uid}`;
Expand Down
Empty file.

0 comments on commit fa96580

Please sign in to comment.