Skip to content
Snippets Groups Projects
Commit d2154607 authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent d4f6bf8a
No related branches found
No related tags found
No related merge requests found
......@@ -48,14 +48,14 @@
</style>
<script>
import isPromise from '../../common/scripts/is-promise';
this.mixin('i');
this.mixin('api');
this.mixin('stream');
const stream = this.stream.event;
const isPromise = require('../../common/scripts/is-promise');
this.user = null;
this.userPromise = isPromise(this.opts.user)
? this.opts.user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment