Fix tampilan admin dan notifikasi to admin

# fix
- Notifikasi report posting
_ Realtime notifikasi
## Issuee: Cooming soon saat report komentar langsung menuju tablenya
This commit is contained in:
2024-06-24 23:07:54 +08:00
parent e70577c43e
commit 1a157846c1
66 changed files with 2040 additions and 1224 deletions

View File

@@ -40,7 +40,6 @@ export default function Login() {
async function onLogin() {
const nomorHp = phone.substring(1);
console.log(nomorHp);
if (nomorHp.length <= 4) return setError(true);
@@ -117,6 +116,7 @@ export default function Login() {
<Button
radius={"md"}
bg={MainColor.yellow}
color={"yellow"}
loading={loading ? true : false}
loaderPosition="center"
c={"black"}