feat: rm trailing quotes
This commit is contained in:
@@ -65,13 +65,13 @@ export const Recordings = ({
|
|||||||
if (authStatus === 'success' && robotId) {
|
if (authStatus === 'success' && robotId) {
|
||||||
notify(authStatus, t("recordingtable.notifications.auth_success"));
|
notify(authStatus, t("recordingtable.notifications.auth_success"));
|
||||||
|
|
||||||
handleNavigate(`/robots/${robotId}/integrate`, robotId, "", []);''
|
handleNavigate(`/robots/${robotId}/integrate`, robotId, "", []);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (airtableAuthStatus === 'success' && robotId) {
|
if (airtableAuthStatus === 'success' && robotId) {
|
||||||
notify(airtableAuthStatus, t("recordingtable.notifications.auth_success"));
|
notify(airtableAuthStatus, t("recordingtable.notifications.auth_success"));
|
||||||
|
|
||||||
handleNavigate(`/robots/${robotId}/integrate`, robotId, "", []);''
|
handleNavigate(`/robots/${robotId}/integrate`, robotId, "", []);
|
||||||
}
|
}
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user