Skip to content

Commit

Permalink
refactor storybook getEntityPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Sep 23, 2024
1 parent b8fe41e commit 2eb968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/map-popup/src/MapPopup.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const StopEntity = (): JSX.Element => (
export const StopEntitywithEntityPrefix = (): JSX.Element => (
<MapPopupContents
entity={STOP}
getEntityPrefix={() => getEntityPrefixExample(STOP)}
getEntityPrefix={getEntityPrefixExample}
setLocation={action("setLocation")}
setViewedStop={action("setViewedStop")}
/>
Expand Down

0 comments on commit 2eb968f

Please sign in to comment.