Skip to content

Commit

Permalink
Fix history overlay error
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Oct 29, 2021
1 parent f88f738 commit ef15eaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/src/components/broadcast/HistoryOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
import GenericOverlay from "@/components/broadcast/GenericOverlay";
import { ReactiveArray, ReactiveRoot, ReactiveThing } from "@/utils/reactive";
import { cssImage } from "@/utils/content-utils";
import MatchHistory from "@/components/broadcast/MatchHistory";
import TeamMatchHistory from "@/components/broadcast/TeamMatchHistory";
export default {
name: "HistoryOverlay",
props: ["broadcast", "title", "max"],
components: {
TeamMatchHistory,
MatchHistory,
GenericOverlay
},
computed: {
Expand Down

0 comments on commit ef15eaa

Please sign in to comment.