Replace recharts with Chartkick + remove all the d3 utils
This commit is contained in:
@@ -60,7 +60,6 @@ export default function MainLayout(props) {
|
||||
useEffect(() => {
|
||||
if (!performedUpgradeCheck && !context.disableUpgradeChecks) {
|
||||
checkForUpgrade();
|
||||
console.log('checking')
|
||||
performedUpgradeCheck = true
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user