mirror of
https://github.com/immich-app/immich.git
synced 2026-03-26 03:28:59 +03:00
chore(mobile): Add const linter (#14447)
This commit is contained in:
@@ -49,7 +49,7 @@ class AlbumOptionsPage extends HookConsumerWidget {
|
||||
|
||||
if (isSuccess) {
|
||||
context.navigateTo(
|
||||
TabControllerRoute(children: [AlbumsRoute()]),
|
||||
const TabControllerRoute(children: [AlbumsRoute()]),
|
||||
);
|
||||
} else {
|
||||
showErrorMessage();
|
||||
|
||||
Reference in New Issue
Block a user