Skip to content

Commit

Permalink
Fix monorepo verify (#8781)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Jun 10, 2024
1 parent 73318a9 commit 904e70c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/ddex/webapp/client/src/pages/Releases/Releases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
TextLink,
OptionsFilterButton
} from '@audius/harmony'

import {
CollectionData,
PaginatedTable
Expand Down Expand Up @@ -110,8 +111,8 @@ const Table = ({ data }: { data: CollectionData }) => {
{item?.sdk_upload_metadata?.title
? 'track'
: item?.sdk_upload_metadata?.playlist_name
? 'album'
: 'unknown'}
? 'album'
: 'unknown'}
</td>
<td>
{item?.sdk_upload_metadata?.artist_id ||
Expand Down

0 comments on commit 904e70c

Please sign in to comment.