Skip to content

Commit

Permalink
chore(formatting): Fixed formatting mistakes (#1730)
Browse files Browse the repository at this point in the history
fixed formatting mistakes have sneaked into prod

Co-authored-by: CommanderStorm <[email protected]>
  • Loading branch information
github-actions[bot] and CommanderStorm authored Dec 25, 2024
1 parent 1552702 commit 85e1f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/app/composables/feedbackToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function useFeedbackToken(t: ReturnType<typeof useI18n>["t"]): {
write: (v) => JSON.stringify(v),
},
});
const error = useState('feedback_error', ()=>({
const error = useState("feedback_error", () => ({
message: "",
blockSend: false,
}));
Expand Down

0 comments on commit 85e1f7e

Please sign in to comment.