diff --git a/src/chat/infinite.js b/src/chat/infinite.js index 647f2fd4..631e584e 100644 --- a/src/chat/infinite.js +++ b/src/chat/infinite.js @@ -13,7 +13,7 @@ import * as ns from '../ns' import * as widgets from '../widgets' // import * as pad from '../pad' // import { DateFolder } from './dateFolder' -import { ChatChannel, isDeleted} from './chatLogic' +import { ChatChannel, isDeleted } from './chatLogic' import { renderMessageEditor, renderMessageRow } from './message' // const UI = { authn, icons, ns, media, pad, $rdf, store, style, utils, widgets }