diff --git a/src/views/host/details/HostIocSection.jsx b/src/views/host/details/HostIocSection.jsx
index c3ed876004ff863608d57e8a885b083360d4c672..a19228f2ea8edef8ac3f50d55f2a6b5f0603f65d 100644
--- a/src/views/host/details/HostIocSection.jsx
+++ b/src/views/host/details/HostIocSection.jsx
@@ -66,7 +66,7 @@ export const HostIocSection = ({ hostId }) => {
         IOCs
       </Typography>
       <IOCTable
-        iocs={iocs?.deployedIocs}
+        iocs={iocs?.deployedIocs || []}
         loading={loading || !dataReady}
         rowType="host"
         pagination={pagination}