<li
                                key={item.key}
                                className={`${
                                    this.state.currentValue === String(item.key) ? 'active' : ''
                                }`}