upd: profile dan pencarian
No Issues
This commit is contained in:
@@ -17,7 +17,7 @@ export default function Profile() {
|
||||
const dispatch = useDispatch()
|
||||
const entities = useSelector((state: any) => state.entities)
|
||||
const [error, setError] = useState(false)
|
||||
const [role, setRole] = useState('')
|
||||
const [role, setRole] = useState('developer')
|
||||
|
||||
useEffect(() => {
|
||||
handleUserLogin()
|
||||
|
||||
Reference in New Issue
Block a user