Skip to content

Commit

Permalink
fixup! refactor(core): convert apps.common.sdcard to layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Mar 17, 2021
1 parent fef8137 commit 82b6905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/apps/common/sdcard.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async def confirm_retry_sd(
ctx,
"warning_sd_retry",
"SD card problem",
action="None",
action=None,
description="There was a problem accessing the SD card.",
icon=ui.ICON_WRONG,
icon_color=ui.RED,
Expand Down

0 comments on commit 82b6905

Please sign in to comment.