formatting
This commit is contained in:
@@ -297,7 +297,9 @@ export default {
|
||||
}
|
||||
|
||||
if (this.$route.query.deck_description) {
|
||||
const saved_deck_description = JSON.parse(atob(this.$route.query.deck_description));
|
||||
const saved_deck_description = JSON.parse(
|
||||
atob(this.$route.query.deck_description)
|
||||
);
|
||||
|
||||
if (typeof saved_deck_description != "string") {
|
||||
this.deck_description = "";
|
||||
|
||||
Reference in New Issue
Block a user