Skip to content

Commit

Permalink
Remove conditioner
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzaizzat committed May 1, 2024
1 parent af29882 commit f0b944c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function NftSelectorContractHeader({
{title}
</Typography>
</View>
<Animated.View style={animateStyle}>{rightButton && rightButton}</Animated.View>
<Animated.View style={animateStyle}>{rightButton}</Animated.View>
{isCreator && contractId ? (
<View>
<AnimatedRefreshIcon
Expand Down

0 comments on commit f0b944c

Please sign in to comment.