Skip to content

Commit 137c58e

Browse files
committed
fix: Display manufacturer_sku not device_model_id
1 parent c622b48 commit 137c58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/seam/components/SupportedDeviceTable/SupportedDeviceRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function ModelColumn({
4545
</div>
4646
<div className='seam-model-id'>
4747
<div className='seam-truncated-text'>
48-
{deviceModel.device_model_id}
48+
{deviceModel.aesthetic_variants[0]?.manufacturer_sku}
4949
<DotDivider />
5050
{deviceModel.main_connection_type}
5151
</div>

0 commit comments

Comments
 (0)