Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Sep 22, 2021
1 parent 7eaea77 commit 20eaa95
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,8 @@ export const KibanaDeprecations = withRouter(({ history }: RouteComponentProps)
},
} = useAppContext();

const {
addContent: addContentToGlobalFlyout,
removeContent: removeContentFromGlobalFlyout,
} = useGlobalFlyout();
const { addContent: addContentToGlobalFlyout, removeContent: removeContentFromGlobalFlyout } =
useGlobalFlyout();

const getAllDeprecations = useCallback(async () => {
setIsLoading(true);
Expand Down

0 comments on commit 20eaa95

Please sign in to comment.