v1/UI/src/utils.js

1 line
87 B
JavaScript

export const msgToReal = (msg) => (msg.replace(/</g, '&lt;').replace(/\n/g, '<br />'))