upd: profile dan pencarian

No Issues
This commit is contained in:
amel
2025-04-25 16:01:54 +08:00
parent a92967006d
commit 120a8cc92e
3 changed files with 13 additions and 8 deletions

View File

@@ -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()