Open
Description
Please list the package(s) involved in the issue, and include the version you are using
@shopify/[email protected]
@shopify/[email protected]
Describe the bug
The badge part of the <List />
component does not work when using 0 as the value. It instead stays blank
Steps to reproduce the behavior:
<List imageDisplayStrategy={'always'} data={[{ id: '1', leftSide: { label: 'Hello world!', image: { badge: 0 } } }]} />
Expected behavior
It should show "0" in the badge