Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Sep 21, 2023
1 parent 3e99594 commit 0f38ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js_modules/dagster-ui/packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"nearest-color": "^0.4.4",
"prettier": "2.2.1",
"prettier": "3.0.3",
"react": "^18.2.0",
"react-docgen-typescript-plugin": "^1.0.5",
"react-dom": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,8 @@ const DictEntry = React.forwardRef(
props: React.ComponentProps<typeof DictEntryDiv>,
ref: React.ForwardedRef<HTMLButtonElement>,
) => {
const {hovered, onMouseEnter, onMouseLeave} = React.useContext(
HoveredDictEntryContext,
).useDictEntryHover();
const {hovered, onMouseEnter, onMouseLeave} =
React.useContext(HoveredDictEntryContext).useDictEntryHover();

return (
<DictEntryDiv2>
Expand Down

0 comments on commit 0f38ca5

Please sign in to comment.