mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-06 10:16:29 +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 { listen } from '@tauri-apps/api/event'
|
||||||
import './App.css'
|
import './App.css'
|
||||||
|
|
||||||
/* FOR TESTING */
|
|
||||||
import DownloadHandler from '../utils/download'
|
import DownloadHandler from '../utils/download'
|
||||||
|
|
||||||
// Major Components
|
// Major Components
|
||||||
@@ -52,8 +51,6 @@ class App extends React.Component<IProps, IState> {
|
|||||||
downFunc={() => this.setState({ downloadsOpen: !this.state.downloadsOpen })}
|
downFunc={() => this.setState({ downloadsOpen: !this.state.downloadsOpen })}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
// Mini downloads section
|
// Mini downloads section
|
||||||
this.state.miniDownloadsOpen ?
|
this.state.miniDownloadsOpen ?
|
||||||
|
|||||||
Reference in New Issue
Block a user