Feedback description

This commit is contained in:
MrFry 2020-03-23 15:38:54 +01:00
parent 38c6f67963
commit b704b05b1a

View file

@ -194,7 +194,6 @@ export default function Feedback (props) {
) )
} }
console.log('result', result, 'fileResult', fileResult)
const renderStuff = () => { const renderStuff = () => {
if (result === results.notSent && fileResult === results.notSent) { if (result === results.notSent && fileResult === results.notSent) {
console.log('both not sent') console.log('both not sent')
@ -249,6 +248,12 @@ export default function Feedback (props) {
<p /> <p />
<hr /> <hr />
<p /> <p />
<div>
Ebből csak a leírás kitöltése kötelező, de az összes többi sokat segít a hiba kijavításában!
Ha a script nem helyesen működik egy kérdésnél, akkor annak a kérdés és az eredmények oldalán
egy Ctrl+S-el le tudod menteni a .html fájlt, amit ha elküldesz egyszerűen tudom újra
reprodukálni a hibát, és kijavítani! TY!
</div>
{renderStuff()} {renderStuff()}
</div> </div>
) )