Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhodge committed Jul 5, 2023
1 parent 58f0dbc commit d147bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/editors/containers/VideoUploadEditor/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ export const {
} = appHooks;

export const state = {
// eslint-disable-next-line react-hooks/rules-of-hooks
loading: (val) => React.useState(val),
// eslint-disable-next-line react-hooks/rules-of-hooks
errorMessage: (val) => React.useState(val),
// eslint-disable-next-line react-hooks/rules-of-hooks
textInputValue: (val) => React.useState(val),
};

Expand Down

0 comments on commit d147bb2

Please sign in to comment.