Skip to content

Commit

Permalink
fix: temporarily disable discussions link
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Dec 6, 2024
1 parent edd14f1 commit 31c3df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/proposals/ProposalWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ const tabOptions = reactive<UiTabOption[]>([
{ title: "Description" },
{ title: "Info" },
{ title: "Voters" },
{ title: "Discussions", link: "https://commonwealth.im/govgen/proposal/" + props.proposalId },
// { title: "Links", link: "https://commonwealth.im/govgen/proposal/" + props.proposalId },
// { title: "Discussions", link: "https://commonwealth.im/atomone/proposal/" + props.proposalId },
// { title: "Links", link: "https://commonwealth.im/atomone/proposal/" + props.proposalId },
]);
const breakdownType = ref<("validators" | "voters") | null>(null);
Expand Down

0 comments on commit 31c3df9

Please sign in to comment.