Skip to content

Commit

Permalink
removes errant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scandycuz committed Nov 8, 2024
1 parent 9c912a6 commit 60391ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/studio/src/modules/sale/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const useIsStreamTokenOwner = (songId: string) => {
const isLoading = isWalletSongsLoading || isSaleCountLoading;
const hasTokens = walletSongsResponse?.data?.songs[0]?.song?.id === songId;

// user could not have tokens because a sale for all tokens was created
return {
isLoading,
isOwner: hasTokens || (hasAccess && !!countData?.count),
Expand Down

0 comments on commit 60391ed

Please sign in to comment.