A bit of linting

This commit is contained in:
Matthew Raymer
2023-07-03 21:06:24 +08:00
parent c31445865e
commit 0fd4b86a84

View File

@@ -99,7 +99,7 @@ import * as R from "ramda";
import { MASTER_SETTINGS_KEY } from "@/db/tables/settings";
import AlertMessage from "@/components/AlertMessage";
@Component({ components: {AlertMessage} })
@Component({ components: { AlertMessage } })
export default class SeedBackupView extends Vue {
activeAccount = null;
showSeed = false;