clear code

This commit is contained in:
Hristo Nedelkov 2023-09-15 15:32:25 +03:00
parent fa4a5a37ec
commit b7438f6312
2 changed files with 1 additions and 5 deletions

View File

@ -10,7 +10,6 @@ const ConsensusUptimeCard = () => {
borderRadius: '16px',
}}
>
<YStack space={'$3'} width={'260px'} height={'156px'}>
<Text size={15} weight={'semibold'}>Consensus Uptime </Text>
<XStack space={'$2'}>

View File

@ -10,7 +10,7 @@ const data: DataItem[] = [
},
{
// name: 'Feb',
pv: 0 ,
pv: 0,
pa: 0
},
{
@ -46,14 +46,11 @@ interface DataItem {
pv: number;
}
const UptimeChart = () => {
return (
<ResponsiveContainer >
<BarChart
data={data}
margin={{
}}
style={{ backgroundColor: '#F0F2F5' }}
>
{/* <XAxis dataKey="name" fontSize={'10px'} width={50} /> */}