Skip to content
Snippets Groups Projects
Commit 4d3c7e58 authored by Julian's avatar Julian
Browse files

Reformat

parent bde3dbb9
No related branches found
No related tags found
1 merge request!440Resolve "Allow editing of personal notes and participation status from person page widget"
Pipeline #194159 failed
......@@ -66,7 +66,7 @@
<v-icon color="error">$deleteContent</v-icon>
</v-btn>
</template>
<v-row class="mr-4">
<v-row class="mr-2">
<v-col cols="12" md="6" class="pa-0">
<v-list-item-content>
<v-list-item-title>
......@@ -153,10 +153,7 @@
v-if="item.extraMark"
:extra-mark="item.extraMark"
/>
<personal-note-chip
v-if="item.note"
:note="{ note: item.note }"
/>
<personal-note-chip v-if="item.note" :note="item" />
</v-list-item-action>
</v-col>
</v-row>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment