Skip to content

Commit d43984a

Browse files
authored
(fix) O3-4503: One items below min and above max on initial install (#260)
1 parent 9bc102b commit d43984a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stock-home/stock-home-metrics.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ const StockManagementMetrics: React.FC = (filter: StockOperationFilter) => {
7171
headerLabel={t('highestServiceVolume', 'Out of Stock ')}
7272
view="items"
7373
outofstockCount={{
74-
itemsbelowmin: ['0'],
75-
itemsabovemax: ['0'],
74+
itemsbelowmin: [],
75+
itemsabovemax: [],
7676
}}
7777
/>
7878
<MetricsCard

0 commit comments

Comments
 (0)