Render text blocks
This commit is contained in:
parent
ca4db66308
commit
307573830a
15 changed files with 662 additions and 345 deletions
|
@ -14,7 +14,6 @@ function createContext({ dispatch, getState }, { network, channel }) {
|
|||
};
|
||||
}
|
||||
|
||||
// TODO: Pull this out as convenience action
|
||||
function process({ dispatch, network, channel }, result) {
|
||||
if (typeof result === 'string') {
|
||||
dispatch(inform(result, network, channel));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue