feat: merchant page
This commit is contained in:
@@ -43,7 +43,7 @@ class ImagePlaceholder extends StatelessWidget {
|
||||
: null,
|
||||
),
|
||||
child: Center(
|
||||
child: minDimension < 100
|
||||
child: minDimension < 150
|
||||
? _buildSimpleVersion(minDimension)
|
||||
: _buildDetailedVersion(minDimension),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user