chore: formatting cleanup

This commit is contained in:
CREDO23 2026-01-16 11:36:17 +02:00
parent 8de448a8ce
commit 09317cd9f7
13 changed files with 36 additions and 63 deletions

View file

@ -16,4 +16,3 @@ export function useComments({ messageId, enabled = true }: UseCommentsOptions) {
enabled: enabled && !!messageId,
});
}