Skip to content

Commit

Permalink
chore: format documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Dec 16, 2024
1 parent 34e609d commit e920781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/layout/FormFields.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import userSettingsKeyMapping from '../userSettingsMapping.js'
import AvatarEditor from './AvatarEditor.component.js'
import AppTheme from './theme.js'
import { VerifyEmail } from './VerifyEmail.component.js'
import VerifyEmailWarning from './VerifyEmailWarning.js'
import VerifyEmailWarning from './VerifyEmailWarning.js'

const styles = {
header: {
Expand Down
5 changes: 2 additions & 3 deletions src/layout/VerifyEmailWarning.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React from 'react'
import { useDataQuery, useConfig } from '@dhis2/app-runtime'
import { useDataQuery, useAlert } from '@dhis2/app-runtime'
import i18n from '@dhis2/d2-i18n'
import { NoticeBox } from '@dhis2/ui'
import { useAlert } from '@dhis2/app-runtime'
import React from 'react'

const getUserProfileQuery = {
me: {
Expand Down

0 comments on commit e920781

Please sign in to comment.