Skip to content

Commit 3d68368

Browse files
committed
Remove unused ref
1 parent 353da3d commit 3d68368

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web/src/views/IndividualResults/StudyPage.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,7 @@ export default defineComponent({
203203
</div>
204204

205205
<div :class="['mainInfoRow', smAndDown ? 'smAndDown' : 'mdAndUp']">
206-
<div
207-
ref="main-info-col"
208-
:class="['mainInfoCol', study.image_url ? 'withImage' : '']"
209-
>
206+
<div :class="['mainInfoCol', study.image_url ? 'withImage' : '']">
210207
<IndividualTitle :item="study">
211208
<template
212209
v-if="study.description"

0 commit comments

Comments
 (0)