We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353da3d commit 3d68368Copy full SHA for 3d68368
web/src/views/IndividualResults/StudyPage.vue
@@ -203,10 +203,7 @@ export default defineComponent({
203
</div>
204
205
<div :class="['mainInfoRow', smAndDown ? 'smAndDown' : 'mdAndUp']">
206
- <div
207
- ref="main-info-col"
208
- :class="['mainInfoCol', study.image_url ? 'withImage' : '']"
209
- >
+ <div :class="['mainInfoCol', study.image_url ? 'withImage' : '']">
210
<IndividualTitle :item="study">
211
<template
212
v-if="study.description"
0 commit comments