mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
remove 'for testing' comment
This commit is contained in:
@@ -2,7 +2,6 @@ import React from 'react'
|
||||
import { listen } from '@tauri-apps/api/event'
|
||||
import './App.css'
|
||||
|
||||
/* FOR TESTING */
|
||||
import DownloadHandler from '../utils/download'
|
||||
|
||||
// Major Components
|
||||
@@ -52,8 +51,6 @@ class App extends React.Component<IProps, IState> {
|
||||
downFunc={() => this.setState({ downloadsOpen: !this.state.downloadsOpen })}
|
||||
/>
|
||||
|
||||
|
||||
|
||||
{
|
||||
// Mini downloads section
|
||||
this.state.miniDownloadsOpen ?
|
||||
|
||||
Reference in New Issue
Block a user