mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-31 08:01:49 +00:00
fix lint and remove all eslint overrides
This commit is contained in:
@@ -548,7 +548,7 @@ export function App() {
|
||||
function renderMainArea() {
|
||||
switch (state) {
|
||||
case AppState.SHOWING_CHART:
|
||||
case AppState.LOADING_MORE:
|
||||
case AppState.LOADING_MORE: {
|
||||
const updatedSelection = getSelection(data!.chartData, selection);
|
||||
return (
|
||||
<div id="content">
|
||||
@@ -577,6 +577,7 @@ export function App() {
|
||||
</SidebarPushable>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
case AppState.ERROR:
|
||||
return <ErrorMessage message={error!} />;
|
||||
|
||||
Reference in New Issue
Block a user