Skip to content

Commit

Permalink
Reorder header icons
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jan 26, 2025
1 parent 5d78368 commit 81d1b99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ class _AddProductNameInputWidgetState extends State<AddProductNameInputWidget> {
trailing: Row(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
const _ProductNameAddNewLanguage(),
if (widget.product.hasOwnerField(ProductField.NAME_IN_LANGUAGES))
const OwnerFieldSmoothCardIcon(),
const _ProductNameAddNewLanguage(),
const _ProductNameExplanation(),
],
),
Expand Down

0 comments on commit 81d1b99

Please sign in to comment.