Skip to content

Commit

Permalink
Update useAaveLikeMetadata to disable overviewWithSimulation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Mar 26, 2024
1 parent 58250d2 commit 4d6122b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const useAaveLikeMetadata: GetOmniMetadata = (productContext) => {
positionBanner: productContext.position.positionAuction ? (
<AaveLiquidatedNotice isPositionController={isOwner} />
) : undefined,
overviewWithSimulation: true,
overviewWithSimulation: false,
},
featureToggles,
} as LendingMetadata
Expand Down

0 comments on commit 4d6122b

Please sign in to comment.