NTP-7916 | Removed animation from dashboard

This commit is contained in:
yashmantri
2024-11-20 15:57:01 +05:30
parent d38da055c7
commit 42ec80f5f8

View File

@@ -41,7 +41,7 @@ const PerformanceMeter = () => {
action,
});
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut);
// LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut);
dispatch(setIsGraphExpanded(!isGraphExpanded));
};