+
- {info.category[0].toUpperCase() + info.category.slice(1)}
+
+ {info.category[0].toUpperCase() + info.category.slice(1)}
+
) : null}
{api ? (
-
{!info.offline ? (
-
+
openShareModal(true)} />
) : null}
-
+
{!info.offline ? (
@@ -349,4 +387,4 @@ function PhotoInformation({ info, url, api }) {
);
}
-export default memo(PhotoInformation);
\ No newline at end of file
+export default memo(PhotoInformation);