1
Fork 0

Remove colon after 'sort by'

This commit is contained in:
viktorstrate 2020-10-26 11:27:31 +01:00
parent 1386c8d91d
commit 9481850a53
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ const AlbumFilter = ({
onChange={(e, result) => setOnlyFavorites(result.checked)} onChange={(e, result) => setOnlyFavorites(result.checked)}
/> />
)} )}
<strong> Sort by: </strong> <strong> Sort by </strong>
<Dropdown <Dropdown
selection selection
options={sortingOptions} options={sortingOptions}