Commit a35c69b4 authored by Sarah GP's avatar Sarah GP Committed by Shinya Maeda

Pretty print the preceding

parent 66c778e5
......@@ -632,12 +632,7 @@ export default {
</span>
</div>
<div
v-if="!isFolder"
class="table-section"
:class="tableData.autoStop.spacing"
role="gridcell"
>
<div v-if="!isFolder" class="table-section" :class="tableData.autoStop.spacing" role="gridcell">
<div role="rowheader" class="table-mobile-header">{{ tableData.autoStop.title }}</div>
<span
v-if="canShowAutoStopDate"
......@@ -656,10 +651,7 @@ export default {
role="gridcell"
>
<div class="btn-group table-action-buttons" role="group">
<pin-component
v-if="canShowAutoStopDate"
:auto-stop-url="autoStopUrl"
/>
<pin-component v-if="canShowAutoStopDate" :auto-stop-url="autoStopUrl" />
<external-url-component
v-if="externalURL && canReadEnvironment"
......
......@@ -127,11 +127,7 @@ export default {
<div class="table-section" :class="tableData.date.spacing" role="columnheader">
{{ tableData.date.title }}
</div>
<div
class="table-section"
:class="tableData.autoStop.spacing"
role="columnheader"
>
<div class="table-section" :class="tableData.autoStop.spacing" role="columnheader">
{{ tableData.autoStop.title }}
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment