Skip to content

Commit

Permalink
tempotarily hiding Add iage to collection button
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinreber committed Nov 17, 2024
1 parent 69e0cf9 commit 581979e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/ExploreImageDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ const ExploreImageDetailsPageAccessor = () => {
<div className="flex items-center gap-4">
<LikeImageButton imageData={imageData} />
</div>
<AddImageToCollectionButton
{/* <AddImageToCollectionButton
imageId={imageData.id}
disabled={!isUserLoggedIn}
initialCollections={imageData.collections || []}
isInitiallySaved={imageData.savedToCollection}
/>
/> */}
</div>

<div className="mb-4 pb-3 border-b border-zinc-200 dark:border-zinc-800">
Expand Down

0 comments on commit 581979e

Please sign in to comment.