mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 08:55:14 +03:00
fixed another key issue from boost screen
This commit is contained in:
parent
c14141f387
commit
01dff6177a
@ -46,6 +46,7 @@ const BoostScreen = () => {
|
||||
) : (
|
||||
productList.map(product => (
|
||||
<ProductItemLine
|
||||
key={get(product, 'title')}
|
||||
isLoading={isLoading}
|
||||
disabled={isProcessing}
|
||||
product={product}
|
||||
|
Loading…
Reference in New Issue
Block a user