mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
chat: render all code output, not just first line
This commit is contained in:
parent
31e97a368a
commit
240e9b5c5c
@ -23,7 +23,7 @@ export default class CodeContent extends Component {
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
backgroundColor='washedGray'
|
||||
>
|
||||
{content.code.output[0].join('\n')}
|
||||
{content.code.output.join('\n')}
|
||||
</Text>
|
||||
) : null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user