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 { ...@@ -632,12 +632,7 @@ export default {
</span> </span>
</div> </div>
<div <div v-if="!isFolder" class="table-section" :class="tableData.autoStop.spacing" role="gridcell">
v-if="!isFolder"
class="table-section"
:class="tableData.autoStop.spacing"
role="gridcell"
>
<div role="rowheader" class="table-mobile-header">{{ tableData.autoStop.title }}</div> <div role="rowheader" class="table-mobile-header">{{ tableData.autoStop.title }}</div>
<span <span
v-if="canShowAutoStopDate" v-if="canShowAutoStopDate"
...@@ -656,10 +651,7 @@ export default { ...@@ -656,10 +651,7 @@ export default {
role="gridcell" role="gridcell"
> >
<div class="btn-group table-action-buttons" role="group"> <div class="btn-group table-action-buttons" role="group">
<pin-component <pin-component v-if="canShowAutoStopDate" :auto-stop-url="autoStopUrl" />
v-if="canShowAutoStopDate"
:auto-stop-url="autoStopUrl"
/>
<external-url-component <external-url-component
v-if="externalURL && canReadEnvironment" v-if="externalURL && canReadEnvironment"
......
...@@ -127,11 +127,7 @@ export default { ...@@ -127,11 +127,7 @@ export default {
<div class="table-section" :class="tableData.date.spacing" role="columnheader"> <div class="table-section" :class="tableData.date.spacing" role="columnheader">
{{ tableData.date.title }} {{ tableData.date.title }}
</div> </div>
<div <div class="table-section" :class="tableData.autoStop.spacing" role="columnheader">
class="table-section"
:class="tableData.autoStop.spacing"
role="columnheader"
>
{{ tableData.autoStop.title }} {{ tableData.autoStop.title }}
</div> </div>
</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