openDetails(d)}
- >
- | {d.namespace} |
-
- {statusLabel(d.status)}
- |
-
- {d.status === 'ready' ? (
- e.stopPropagation()}
- >
- {d.url}
-
- ) : (
- —
- )}
- |
- {isAlive(d.status) ? timeRemaining(d.expires_at) : '—'} |
-
-
-
-
-
- |
-
- ))}
+ {demos.map((d) => {
+ const isOpen = expandedId === d.id
+ return (
+