Skip to content

Commit bb94960

Browse files
committed
Fix lint
Signed-off-by: Florian Hotze <[email protected]>
1 parent 790167b commit bb94960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.openhab.ui/web/src/pages/settings/things/thing-details.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<f7-list-button v-if="thing.statusInfo.statusDetail === 'HANDLER_MISSING_ERROR'" color="blue" title="Install Binding" @click="installBinding" />
140140
<f7-list-button v-if="!error" color="blue" title="Duplicate Thing" @click="duplicateThing" />
141141
<f7-list-button v-if="!error" color="blue" title="Copy DSL Definition" @click="copyThingDsl" />
142-
<f7-list-button v-if="editable" color="red" title="Remove Thing" @click="deleteThing"/>
142+
<f7-list-button v-if="editable" color="red" title="Remove Thing" @click="deleteThing" />
143143
</f7-list>
144144
</f7-col>
145145
</f7-block>

0 commit comments

Comments
 (0)