Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Nov 28, 2024
1 parent ff5f48e commit e8a9f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Tpopmassnber/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { MenuTitle } from '../../../shared/Files/Menu/index.jsx'
const iconStyle = { color: 'white' }

export const Menu = memo(
observer(({ row }) => {
observer(() => {
const { search, pathname } = useLocation()
const navigate = useNavigate()
const client = useApolloClient()
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Tpopmassnber/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const Component = memo(
<Container>
<FormTitle
title="Massnahmen-Bericht Teil-Population"
menuBar={<Menu row={row} />}
menuBar={<Menu />}
/>
<FormContainer>
<TextField
Expand Down

0 comments on commit e8a9f55

Please sign in to comment.