Skip to content

Commit

Permalink
Remove Brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Acosta committed Mar 8, 2024
1 parent 9b85d20 commit 2a55e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/hooks/useAppSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface Settings {
}

const useAppSettings = (): Settings => {
const { data } = useQuery(GET_SETTINGS, {})
const { data } = useQuery(GET_SETTINGS)

if (data?.publicSettingsForApp?.message) {
const {
Expand Down

0 comments on commit 2a55e80

Please sign in to comment.