mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Feedback and test sender implement, minor fixes with links
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React, { useState, useEffect } from 'react'
|
||||
|
||||
import LoadingIndicator from '../components/LoadingIndicator'
|
||||
import Layout from '../components/layout'
|
||||
|
||||
import constants from '../constants.json'
|
||||
|
||||
@@ -40,17 +39,13 @@ export default function UserQuestions (props) {
|
||||
}).reverse()
|
||||
|
||||
return (
|
||||
<Layout currPageName='UserQuestions' >
|
||||
<div className='uquestionscontainer'>
|
||||
{questions}
|
||||
</div>
|
||||
</Layout>
|
||||
<div className='uquestionscontainer'>
|
||||
{questions}
|
||||
</div>
|
||||
)
|
||||
} else {
|
||||
return (
|
||||
<Layout currPageName='UserQuestions' >
|
||||
<LoadingIndicator />
|
||||
</Layout>
|
||||
<LoadingIndicator />
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user