Skip to content

Commit

Permalink
apply pr suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Kowaliński <szymon@kowalinski.dev>
  • Loading branch information
mikolaj-jalocha and simon-the-shark authored Jan 23, 2025
1 parent c07e8db commit 79ee1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class _DigitalGuideLodgeExpansionTileContent extends StatelessWidget {
if (lodge == null) {
return Center(child: Text(context.localize.no_lodge_in_the_building));
}
final DigitalGuideTranslationLodge lodgeInformation =
final lodgeInformation =
lodge!.translations.pl;
return Padding(
padding: const EdgeInsets.all(DigitalGuideConfig.paddingMedium),
Expand Down

0 comments on commit 79ee1b1

Please sign in to comment.