mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 00:52:42 +03:00
fixed another key issue from boost screen
This commit is contained in:
parent
fab59256a3
commit
5174f8aeac
@ -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