chore(mobile): lint

This commit is contained in:
Ben Beckford 2026-08-12 00:00:03 -07:00
parent cd31d8395c
commit 07c551ef4c

View file

@ -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),