diff --git a/src/photos/ducks/albums/components/AlbumToolbar.jsx b/src/photos/ducks/albums/components/AlbumToolbar.jsx
index dd046b91..99a6a15d 100644
--- a/src/photos/ducks/albums/components/AlbumToolbar.jsx
+++ b/src/photos/ducks/albums/components/AlbumToolbar.jsx
@@ -52,7 +52,7 @@ const AlbumToolbar = ({
role="toolbar"
>
{!isMobile && (
- <>
+
shareAlbum(album)}
@@ -63,7 +63,7 @@ const AlbumToolbar = ({
onClick={() => shareAlbum(album)}
docId={album.id}
/>
- >
+
)}
diff --git a/src/photos/ducks/timeline/components/Toolbar.jsx b/src/photos/ducks/timeline/components/Toolbar.jsx
index 96e28586..888b8da6 100644
--- a/src/photos/ducks/timeline/components/Toolbar.jsx
+++ b/src/photos/ducks/timeline/components/Toolbar.jsx
@@ -25,6 +25,7 @@ const Toolbar = ({ disabled = false, uploadPhotos, selectItems }) => {
{!isMobile && (