mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 11:28:00 +00:00
fix(validator-setting-card): export tyle and remove log
This commit is contained in:
parent
7a5d41949e
commit
fc91da9e9f
@ -4,7 +4,7 @@ import { Stack, YStack } from 'tamagui'
|
||||
|
||||
import { VALIDATOR_SETTINGS_CARDS_TITLES } from '../../../../constants'
|
||||
|
||||
type CardTitle = (typeof VALIDATOR_SETTINGS_CARDS_TITLES)[number]
|
||||
export type CardTitle = (typeof VALIDATOR_SETTINGS_CARDS_TITLES)[number]
|
||||
|
||||
type ValidatorSettingCardProps = {
|
||||
title: CardTitle
|
||||
@ -17,8 +17,6 @@ const ValidatorSettingCard = ({ title }: ValidatorSettingCardProps) => {
|
||||
Advanced: <AdvancedIcon size={20} />,
|
||||
}
|
||||
|
||||
console.log(title)
|
||||
|
||||
return (
|
||||
<YStack alignItems="center" cursor="pointer">
|
||||
<Stack
|
||||
|
Loading…
x
Reference in New Issue
Block a user