Skip to content

Commit

Permalink
fix: mutliple small issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke committed Dec 12, 2024
1 parent 73197a1 commit 9356707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mobile-app/lib/ui/views/learn/block/block_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class BlockView extends StatelessWidget {
model,
)
],
if (!isCertification && isStepBased) ...[
if (!isCertification && isStepBased && !isDialogue) ...[
buildDivider(),
gridWidget(context, model)
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ class EnglishViewModel extends BaseViewModel {

widgets.add(
Container(
margin: EdgeInsets.only(
left: uniqueId == 'blank_0' ? 0 : 5,
margin: const EdgeInsets.only(
left: 5,
right: 5,
),
width: calculateTextWidth(
Expand Down

0 comments on commit 9356707

Please sign in to comment.