fix linting

This commit is contained in:
2025-02-03 20:37:46 -07:00
parent 1b869a23b0
commit 03bfd364ce
3 changed files with 40 additions and 14 deletions

View File

@@ -325,7 +325,8 @@ export default class OnboardMeetingListView extends Vue {
type: "danger",
title: "Error",
text:
serverMessageForUser(error) || "You failed to leave the meeting.",
serverMessageForUser(error) ||
"You failed to leave the meeting.",
},
5000,
);