Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed May 31, 2023
1 parent 411dcbf commit a940f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/src/components/revalidate-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function RevalidateIframe() {
await refreshRecord( userRecord );
} catch ( error ) {
// TODO: handle error more properly here, likely by showing a error notice
// eslint-disable-next-line no-console
console.error( 'Failed to refresh user record:', error );
}
}
Expand Down

0 comments on commit a940f64

Please sign in to comment.