mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-18 14:04:21 +01:00
problem: can't see merit request solution text
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
.then((x) => {
|
||||
console.log(x);
|
||||
if (direction === 'ratify') {
|
||||
let content = `I've voted to ratify your merit request! ${merit.Problem()} \n\n ${merit.Solution() ? merit.Solution() : ''}`;
|
||||
let content = `I've voted to ratify your merit request! ${merit.Problem()} \n\n ${merit.SolutionURL() ? merit.SolutionURL() : ''}`;
|
||||
prepareMeritNoteEvent({
|
||||
ndk,
|
||||
merit,
|
||||
|
||||
Reference in New Issue
Block a user