Commit 431d5234 authored by Max Alekseenko's avatar Max Alekseenko

fix type error

parent 3e5b808f
......@@ -17,6 +17,11 @@ const props = {
securityReport: securityReportsMock[0].chainsData['1'],
} as MarketplaceAppWithSecurityReport,
isFavorite: false,
isRatedByUser: false,
rateApp: () => {},
isSendingRating: false,
isRatingLoading: false,
canRate: undefined,
};
const testFn: Parameters<typeof test>[1] = async({ render, page, mockAssetResponse }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment