import React, { useState } from "react"; import SwitchCom from "../../Helpers/SwitchCom"; export default function NotificationSettingTab() { const [updateNotification, setUpdateNotification] = useState(false); const [uploadProduct, setUploadProduct] = useState(true); const [saleProduct, setSaleProduct] = useState(true); const [getProduct, setGetProduct] = useState(false); const [authLevel, setAuthLevel] = useState(true); return (
All Notifcation update off
Unlockable content, only revealed by the owner of the item.
When you upload prodcuts
Evey new prodcuts upload seccessfullly doen you can get notifcation
You got sell your prodcuts
Evey new prodcuts sell you can get notifcation
Got new follower
Evey new follower you can get notifcation
Auther leavel up
Evey new prodcuts sell you can get notifcation