mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
chore: using final
This commit is contained in:
parent
fc921fbe9f
commit
04ce6b3bcb
@ -36,7 +36,7 @@ class BackupAlbumSelectionPage extends HookConsumerWidget {
|
||||
[],
|
||||
);
|
||||
|
||||
var filteredAlbums = albums.where((album) {
|
||||
final filteredAlbums = albums.where((album) {
|
||||
return album.name.toLowerCase().contains(searchQuery.value.toLowerCase());
|
||||
}).toList();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user