- Device Notification
-
- {Capacitor.isNativePlatform()
- ? 'Receive notification on your device when a task is due'
- : 'This feature is only available on mobile devices'}{' '}
-
-
+ Device Notification
+
+ {Capacitor.isNativePlatform()
+ ? 'Receive notification on your device when a task is due'
+ : 'This feature is only available on mobile devices'}{' '}
+
+
{deviceNotification && (
@@ -329,17 +319,9 @@ const NotificationSetting = () => {
Notificaiton through other platform like Telegram or Pushover
-
-
- Custom Notification
-
- Receive notification on other platform
-
-