mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-5149 Removing req for purge button to need license (#5066)
This commit is contained in:
@@ -43,10 +43,6 @@ export default class PurgeCachesButton extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
if (global.window.mm_license.IsLicensed !== 'true') {
|
||||
return <div/>;
|
||||
}
|
||||
|
||||
let testMessage = null;
|
||||
if (this.state.fail) {
|
||||
testMessage = (
|
||||
|
||||
Reference in New Issue
Block a user