mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(mobile): Add const linter (#14447)
This commit is contained in:
parent
4eb7758f56
commit
1bb6926b5e
14 changed files with 39 additions and 34 deletions
|
|
@ -49,7 +49,7 @@ class AlbumOptionsPage extends HookConsumerWidget {
|
|||
|
||||
if (isSuccess) {
|
||||
context.navigateTo(
|
||||
TabControllerRoute(children: [AlbumsRoute()]),
|
||||
const TabControllerRoute(children: [AlbumsRoute()]),
|
||||
);
|
||||
} else {
|
||||
showErrorMessage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue