king
2025-03-05 c56dd9479e4c44af4b58c5a14c6f0f3f3cc20d85
src/menu/components/share/clockcomponent/index.jsx
@@ -1,6 +1,5 @@
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import { is, fromJS } from 'immutable'
import { Modal } from 'antd'
import { ClockCircleOutlined } from '@ant-design/icons'
@@ -14,10 +13,6 @@
  state = {
    visible: false
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.state), fromJS(nextState))
  }
  trigger = () => {