Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit f5be636

Browse files
committed
enable ballot leaders again
1 parent 3d3b969 commit f5be636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/Voting/Ballot.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ import { voting } from "@/api";
114114
import BallotCard from "./BallotCard";
115115
import CodeModal from "./CodeModal";
116116
import SearchBar from "./SearchBar";
117-
// import BallotLeaders from "./BallotLeaders";
117+
import BallotLeaders from "./BallotLeaders";
118118
119119
export default {
120120
components: {
121121
BallotCard,
122122
CodeModal,
123-
SearchBar
124-
// BallotLeaders
123+
SearchBar,
124+
BallotLeaders
125125
},
126126
data() {
127127
return {

0 commit comments

Comments
 (0)