mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
AIX Inspector: bits
This commit is contained in:
@@ -174,11 +174,7 @@ export function AixDebuggerFrame(props: {
|
||||
{showParticles && (
|
||||
<Sheet variant='outlined' color='neutral' sx={_styles.requestSheetParticles}>
|
||||
{/* Zero state */}
|
||||
{!frame.particles.length && (
|
||||
<Typography>
|
||||
No particles received yet
|
||||
</Typography>
|
||||
)}
|
||||
{!frame.particles.length && <div>No particles received yet</div>}
|
||||
|
||||
{/* List of particles */}
|
||||
{frame.particles.map((particle, idx) => {
|
||||
|
||||
Reference in New Issue
Block a user