Skip to content

Commit

Permalink
FIX: declare variable
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jul 23, 2021
1 parent 9b42233 commit c1238f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/head_tag.html
Expand Up @@ -16,7 +16,7 @@
if(user){
if (this.state.currentThemeId != id) {
user.findDetails().then(user => {
seq = user.get("user_option.theme_key_seq");
let seq = user.get("user_option.theme_key_seq");
this.setTheme(id, seq);
});
}
Expand Down

0 comments on commit c1238f4

Please sign in to comment.