Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Mar 28, 2024
1 parent ac7dbb8 commit 743a5f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/components/History/Content/ContentItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,7 @@ function unexpandedClick(event: Event) {
</span>
<!-- collections are not expandable, so we only need the DatasetDetails component here -->
<BCollapse :visible="expandDataset" class="px-2 pb-2">
<div v-if="item.accessible === false">
You are not allowed to access this dataset
{{ item.id }}
</div>
<div v-if="item.accessible === false">You are not allowed to access this dataset</div>
<DatasetDetails
v-else-if="expandDataset && item.id"
:id="item.id"
Expand Down

0 comments on commit 743a5f3

Please sign in to comment.