Applied new padding component
This commit is contained in:
parent
34dcf21040
commit
b330d6685a
4 changed files with 7 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ export default () => {
|
|||
const getAssessors = async () => {
|
||||
try {
|
||||
const assessors = await ofetch(API + 'get-list-assessors', { parseResponse: JSON.parse })
|
||||
assessorsNameList = [...assessors.result2]
|
||||
assessorsNameList = [...assessors.result]
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
}
|
||||
|
|
@ -24,7 +24,7 @@ export default () => {
|
|||
return (
|
||||
<>
|
||||
<Page>
|
||||
<Padding left={4.75} right={4.75}>
|
||||
<Padding left={4.75} right={4.75} top={0} bottom={0}>
|
||||
<Display desktop tablet>
|
||||
<Row content="split">
|
||||
<Row content="left" gap={2}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue