From ecb3d3953b23532abccba950f3654587b1958eb6 Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Mon, 18 May 2026 11:18:59 +0800 Subject: [PATCH] fix: rapikan import dan sesuaikan ukuran icon di notification - Gabungkan import useState yang duplikat - Kecilkan ukuran icon check-square dari 22 ke 20 --- app/(application)/notification.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/(application)/notification.tsx b/app/(application)/notification.tsx index 64322f9..03aa940 100644 --- a/app/(application)/notification.tsx +++ b/app/(application)/notification.tsx @@ -9,12 +9,11 @@ import { pushToPage } from "@/lib/pushToPage"; import { useAuthSession } from "@/providers/AuthProvider"; import { useTheme } from "@/providers/ThemeProvider"; import { Feather } from "@expo/vector-icons"; -import { router, Stack } from "expo-router"; import { useInfiniteQuery, useQueryClient } from "@tanstack/react-query"; -import { useEffect, useMemo } from "react"; +import { router, Stack } from "expo-router"; +import { useEffect, useMemo, useState } from "react"; import { FlatList, Pressable, RefreshControl, SafeAreaView, View } from "react-native"; import { useDispatch, useSelector } from "react-redux"; -import { useState } from "react"; type Props = { id: string @@ -153,7 +152,7 @@ export default function Notification() { disabled={markingAll} style={{ opacity: markingAll ? 0.5 : 1, padding: 4 }} > - + ) : undefined }