fix merge
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { View, FlatList } from "react-native";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useAuthStore } from "@/store/authStore";
|
||||
import { Heading } from "@/components/ui/heading";
|
||||
import { Text } from "@/components/ui/text";
|
||||
import { Link } from "expo-router";
|
||||
@@ -17,7 +16,6 @@ export function CategorySection({ notices, title }) {
|
||||
setCategoryMap(data);
|
||||
}
|
||||
};
|
||||
|
||||
fetchCategories();
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user