Skip to content

Commit 9d5e3d6

Browse files
committed
Fix dispatcher import to be extension agnostic
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 3218def commit 9d5e3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/platform/WebPlatform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919

2020
import VectorBasePlatform, {updateCheckStatusEnum} from './VectorBasePlatform';
2121
import request from 'browser-request';
22-
import dis from 'matrix-react-sdk/src/dispatcher.js';
22+
import dis from 'matrix-react-sdk/src/dispatcher';
2323
import { _t } from 'matrix-react-sdk/src/languageHandler';
2424

2525
import url from 'url';

0 commit comments

Comments
 (0)