Skip to content

Commit

Permalink
Fix NNS proposal topic name (#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Jan 8, 2024
1 parent 2667ea7 commit 6daa661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/openchat-client/src/stores/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export const proposalTopicsStore = derived(
[10, "Node Provider Rewards"],
[12, "Subnet Replica Version Management"],
[13, "Replica Version Management"],
[14, "SNS & CommunityFund"],
[14, "SNS & Neuron Fund"],
]);
} else {
const snsFunctionsMap = $snsFunctions.get(
Expand Down

0 comments on commit 6daa661

Please sign in to comment.