Skip to content

Commit

Permalink
release 0.1.0 fix (#46)
Browse files Browse the repository at this point in the history
* fix: reload discussion (#45)
  • Loading branch information
SchneiderNicolas authored Oct 16, 2023
1 parent 5096b4e commit 0b99a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/components/discussion/Discussion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const Discussion = () => {
setOfflineMessages([]);
mutate();
toggleForceUpdate();
window.location.reload();
};

window.addEventListener('online', handleOnline);
Expand Down

0 comments on commit 0b99a4b

Please sign in to comment.