fixed another key issue from boost screen

This commit is contained in:
--gloabal 2019-10-13 13:35:31 +03:00
parent c14141f387
commit 01dff6177a

View File

@ -46,6 +46,7 @@ const BoostScreen = () => {
) : (
productList.map(product => (
<ProductItemLine
key={get(product, 'title')}
isLoading={isLoading}
disabled={isProcessing}
product={product}