Render text blocks

This commit is contained in:
Ken-Håvard Lieng 2020-06-30 13:24:23 +02:00
parent ca4db66308
commit 307573830a
15 changed files with 662 additions and 345 deletions

View file

@ -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));