Skip to content

Commit

Permalink
[C-2575] Match length of related artists user list to preview (#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelsohn committed May 19, 2023
1 parent cf8c28f commit 3b3ef3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { call, put, select } from 'typed-redux-saga'

import { watchRelatedArtistsError } from './errorSagas'

export const MAX_RELATED_ARTISTS = 30
export const MAX_RELATED_ARTISTS = 50

const { getRelatedArtistsError } = relatedArtistsUserListActions
const { getId, getUserList } = relatedArtistsUserListSelectors
Expand Down

0 comments on commit 3b3ef3c

Please sign in to comment.