diff --git a/src/gui/src/UI/UIPrompt.js b/src/gui/src/UI/UIPrompt.js index 011010489..e271d5521 100644 --- a/src/gui/src/UI/UIPrompt.js +++ b/src/gui/src/UI/UIPrompt.js @@ -47,7 +47,7 @@ function UIPrompt (options) { h += `
${options.message}
`; // prompt h += '
'; - h += ``; + h += ``; h += '
'; // buttons if ( options.buttons && options.buttons.length > 0 ) { @@ -129,4 +129,4 @@ function UIPrompt (options) { }); } -export default UIPrompt; \ No newline at end of file +export default UIPrompt;