fix: handle nullable ads data and ensure safe filtering in advertisements
This commit is contained in:
@@ -111,7 +111,7 @@ export const AdvertisementsPage = () => {
|
||||
</div>
|
||||
|
||||
<UiTable
|
||||
data={dataTable}
|
||||
data={dataTable || []}
|
||||
columns={dataColumns}
|
||||
slots={dataSlot}
|
||||
title="Daftar Spanduk Iklan"
|
||||
|
||||
Reference in New Issue
Block a user