kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #513 from bugout-dev/improve-mobile-ux
Fix time range button not working in dashboardpull/514/head
commit
b5b47d37a0
|
@ -157,7 +157,7 @@ const Analytics = () => {
|
||||||
)?.label;
|
)?.label;
|
||||||
return (
|
return (
|
||||||
<Flex
|
<Flex
|
||||||
key={`${dashboardId}-subscription-report-${key}`}
|
key={`${dashboardId}-subscription-report-${key}-${timeRange}`}
|
||||||
flexBasis={plotMinW}
|
flexBasis={plotMinW}
|
||||||
flexGrow={1}
|
flexGrow={1}
|
||||||
minW={plotMinW}
|
minW={plotMinW}
|
||||||
|
|
Ładowanie…
Reference in New Issue