few fixes
categories are now pulled from backend
This commit is contained in:
@@ -19,7 +19,7 @@ export function NoticeCard({notice}) {
|
||||
const isInWishlist = useWishlist((state) =>
|
||||
state.wishlistNotices.some((item) => item.noticeId === notice.noticeId)
|
||||
);
|
||||
const [image, setImage] = useState(null);
|
||||
const [image, setImage] = useState("https://http.cat/404.jpg");
|
||||
|
||||
useEffect(() => {
|
||||
const fetchImage = async () => {
|
||||
|
||||
Reference in New Issue
Block a user