Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cheryllium committed Jan 5, 2024
1 parent 495e80c commit c528178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default class UIManager {

// If selected, update the selected fish
if (this.journalSelected === fish) {
this.updateJournalSelected(fish);
this.setJournalSelected(fish);
}
}

Expand Down

0 comments on commit c528178

Please sign in to comment.