Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpc94 committed Nov 2, 2023
1 parent 3f6195e commit 58ea1a9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<div class="details-expandable-row" v-for="(value, name, subIndex) in section" v-bind:key="subIndex">
<label-ripe class="details-expandable-title" v-bind:text="capitalizeName(name)" v-bind:font-size="labelFontSize" />
<div class="details-expandable-value">
<slot v-bind:name="sectionName + '-' + name" v-bind:field-value="value"><input-ripe v-bind:value="value" />
<slot v-bind:name="sectionName + '-' + name" v-bind:field-value="value">
<input-ripe v-bind:value="value" />
</slot>
</div>
</div>
Expand Down Expand Up @@ -41,11 +42,11 @@
.details-expandable-header {
color: #0d0d0d;
cursor: pointer;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.6px;
text-transform: uppercase;
cursor: pointer;
}
.details-expandable-title {
Expand Down

0 comments on commit 58ea1a9

Please sign in to comment.