storybook(ManageCollectiblesModel): Warning cleanup

It was missing a correct type in a balance item so it was causing a waring.
This commit is contained in:
Noelia 2024-03-12 16:48:06 +01:00 committed by Noelia
parent 08114728d6
commit 33ccae0a13
1 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ ListModel {
accountAddress: "0x7F47C2e98a4BBf5487E6fb082eC2D9Ab0E6d8881",
balance: "70",
txTimestamp: 60
},
}
]
},
{
@ -329,7 +329,7 @@ ListModel {
ownership: [
{
accountAddress: "0x7F47C2e18a4BBf5487E6fb082eC2D9Ab0E6d7240",
balance: 1,
balance: "1",
txTimestamp: 27
},
]