Skip to content

Commit

Permalink
Removed merge particle
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Sep 19, 2024
1 parent 0a80373 commit 4a11f1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/js/components/AttributeList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@
<template #item="{ element, index }">
<div
v-if="!state.hiddenAttributeList[element.id] || showHidden"
<<<<<<<
HEAD
class="mb-3"
=="====="
class="mb-3 px-2"
>
>>>>>> master
:class="clFromMetadata(element)"
@mouseenter="onEnter(index)"
@mouseleave="onLeave(index)"
Expand Down

0 comments on commit 4a11f1e

Please sign in to comment.