Merge pull request #14472 from vector-im/t3chguy/clean-up

Remove redundant enum
This commit is contained in:
Michael Telatynski 2020-07-15 09:58:12 +01:00 committed by GitHub
commit 989c4a3acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,14 +23,6 @@ import {getVectorConfig} from "../getconfig";
import Favicon from "../../favicon";
export const updateCheckStatusEnum = {
CHECKING: 'CHECKING',
ERROR: 'ERROR',
NOTAVAILABLE: 'NOTAVAILABLE',
DOWNLOADING: 'DOWNLOADING',
READY: 'READY',
};
/**
* Vector-specific extensions to the BasePlatform template
*/