update status missions
This commit is contained in:
@@ -62,13 +62,7 @@ const Missions = () => {
|
|||||||
createdAt={v.createdAt}
|
createdAt={v.createdAt}
|
||||||
updatedAt={v.updatedAt}
|
updatedAt={v.updatedAt}
|
||||||
type={i % 2 == 0 ? 'first' : 'second'}
|
type={i % 2 == 0 ? 'first' : 'second'}
|
||||||
status={
|
status={'empty'}
|
||||||
i == 0 || i == 3 || i == 7
|
|
||||||
? 'success'
|
|
||||||
: i == 2 || i == 4 || i == 9
|
|
||||||
? 'error'
|
|
||||||
: 'empty'
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user