Update Alert.ts

This commit is contained in:
Marcos Rodriguez Velez 2025-01-10 00:05:15 -04:00
parent 9a0d76cc9c
commit fc27e52bb8

View file

@ -30,7 +30,7 @@ const presentAlert = (() => {
} }
}; };
if (navigationRef.isReady()) { if (navigationRef.current?.isReady()) {
return ({ return ({
title, title,
message, message,