upd: announcement dan upload gambar

Deskripsi
- fix html tag pada pengumuman
- testing upload gambar = blm selesai

No Issues
This commit is contained in:
amel
2025-05-16 10:12:50 +08:00
parent c92c4771ad
commit cb8df3469e
6 changed files with 50 additions and 53 deletions

View File

@@ -70,7 +70,7 @@ export default function Announcement() {
</View>
}
title={item.title}
desc={item.desc}
desc={item.desc.replace(/<[^>]*>?/gm, '')}
rightTopInfo={item.createdAt}
/>
)