Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Nov 21, 2023
1 parent 01d663c commit f590273
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions report-viewer/src/views/InformationView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import TextInformation from '@/components/TextInformation.vue'
import ScrollableComponent from '@/components/ScrollableComponent.vue'
import { store } from '@/stores/store'
import { Overview } from '@/model/Overview'
import { computed, onErrorCaptured, type PropType } from 'vue'
import { onErrorCaptured, type PropType } from 'vue'
import { redirectOnError } from '@/router'
defineProps({
Expand All @@ -63,9 +63,6 @@ defineProps({
}
})
const totalComparisons = computed(() => props.overview.totalComparisons)
const shownComparisons = computed(() => props.overview.topComparisons.length)
onErrorCaptured((error) => {
redirectOnError(error, 'Error displaying information:\n', 'OverviewView', 'Back to overview')
return false
Expand Down

0 comments on commit f590273

Please sign in to comment.