mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(mobile): lint
This commit is contained in:
parent
cd31d8395c
commit
07c551ef4c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class _DriftMemoryListPageState extends ConsumerState<DriftMemoryListPage> {
|
|||
builder: (context, constraints) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text('memories'.tr()),
|
||||
title: Text(context.t.memories),
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: Icon(_onlyFavorites ? Icons.favorite : Icons.favorite_outline),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue