Skip to content
Snippets Groups Projects
Commit fd351d63 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Remove code comment leak

parent f5b4845a
Branches
Tags
No related merge requests found
Pipeline #33249 passed
......@@ -55,7 +55,7 @@
<el-collapse>
<el-collapse-item :title="getStatusesTitle(report.statuses)">
<div v-for="status in report.statuses" :key="status.id">
<status :status="status" :account="status.account.nickname ? status.account : report.account" :show-checkbox="false" :page="currentPage"/> // check why it's currentPage here
<status :status="status" :account="status.account.nickname ? status.account : report.account" :show-checkbox="false" :page="currentPage"/>
</div>
</el-collapse-item>
</el-collapse>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment