diff --git a/src/components/ObsDetails/PhotoDisplay.js b/src/components/ObsDetails/PhotoDisplay.js index d4ea8d385..954c40149 100644 --- a/src/components/ObsDetails/PhotoDisplay.js +++ b/src/components/ObsDetails/PhotoDisplay.js @@ -1,8 +1,8 @@ // @flow import { useNavigation } from "@react-navigation/native"; import { - INatIconButton, - PhotoCount, PhotoScroll + INatIcon, + INatIconButton, PhotoCount, PhotoScroll } from "components/SharedComponents"; import BackButton from "components/SharedComponents/Buttons/BackButton"; import { View } from "components/styledComponents"; @@ -110,7 +110,7 @@ const PhotoDisplay = ( { return ( @@ -118,11 +118,22 @@ const PhotoDisplay = ( { { belongsToCurrentUser ? editButton : kebabMenu( )} - + );