Skip to content

Commit 516d6b3

Browse files
authored
Merge pull request #537 from seamapi/use-sku
2 parents c622b48 + 137c58e commit 516d6b3

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)