|
|
@@ -44,7 +44,7 @@
|
|
|
/>
|
|
|
<div
|
|
|
class="action-section--warning action-section "
|
|
|
- v-if="item.state === 'PENDING'"
|
|
|
+ v-if="item.state === 'PENDING' && review.state === 'ARGUING'"
|
|
|
>
|
|
|
<span
|
|
|
@click="acceptArgue(item)"
|
|
|
@@ -61,7 +61,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="action-section--primary action-section "
|
|
|
- v-if="item.state === 'SOLVING'"
|
|
|
+ v-if="item.state === 'SOLVING' && review.state === 'SOLVING'"
|
|
|
>
|
|
|
<span
|
|
|
@click="submitSolution(item)"
|