feature(core):save
This commit is contained in:
@@ -100,7 +100,9 @@ class InfoDialog extends StatelessWidget {
|
||||
fallback:
|
||||
(context) => Center(
|
||||
child: AppTypography(
|
||||
collection.title.substring(0, 1),
|
||||
collection.title.isNotEmpty
|
||||
? collection.title.substring(0, 1)
|
||||
: '',
|
||||
type: Bold34px(),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user