Fix Photos page filters and reset button

Just remove photos from the filter label 🤭
This commit is contained in:
2022-09-27 09:25:05 +02:00
parent 594e8e976e
commit 0eca069eaf
2 changed files with 3 additions and 4 deletions

View File

@@ -392,13 +392,13 @@
options={[
{
value: 'latest',
name: 'Latest photos',
name: 'Latest',
default: true,
selected: filterSort === defaultSort
},
{
value: 'oldest',
name: 'Oldest photos',
name: 'Oldest',
selected: filterSort === 'oldest'
},
]}