chore: add new features
This commit is contained in:
@@ -51,7 +51,6 @@ export default function AlertsScreen() {
|
||||
loadData();
|
||||
}, [loadData]);
|
||||
|
||||
// Pulse animation when modal is open
|
||||
useEffect(() => {
|
||||
if (!showConfirmModal) return;
|
||||
const anim = Animated.loop(
|
||||
|
||||
Reference in New Issue
Block a user