mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Feedback description
This commit is contained in:
parent
38c6f67963
commit
b704b05b1a
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue