Skip to content

Commit

Permalink
Fix username reset bug in selectUser method
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyhawkrad committed Mar 17, 2024
1 parent c4093aa commit 47374e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default {
},
async selectUser(user) {
Object.assign(this.selectedUser, user);
this.username = null;
this.username = "";
this.searchResults = [];
this.userSelected = true;
await this.getOsmProfile();
Expand Down

0 comments on commit 47374e3

Please sign in to comment.