From 43517ca146cd0e19e2f34ef4fa80054af684f20b Mon Sep 17 00:00:00 2001 From: perissology Date: Tue, 26 Sep 2017 11:59:57 -0700 Subject: [PATCH] add plugin to noteManager state --- js/liquidPledging.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/liquidPledging.js b/js/liquidPledging.js index 74208d4..43194af 100644 --- a/js/liquidPledging.js +++ b/js/liquidPledging.js @@ -80,6 +80,7 @@ module.exports = (test) => { manager.parentProject = res.parentProject; manager.canceled = res.canceled; } + manager.plugin = res.plugin; return manager; }); };