fixed community build (missing JslChart.svelte)

This commit is contained in:
SPRINX0\prochazka
2025-06-09 16:32:57 +02:00
parent 6625080fde
commit 871dc90ee4
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
import useEffect from '../utility/useEffect';
import AllResultsTab from './AllResultsTab.svelte';
import JslChart from '../charts/JslChart.svelte';
import { isProApp } from '../utility/proTools';
export let tabs = [];
export let sessionId;
@@ -40,6 +41,9 @@
};
const handleCharts = async props => {
if (!isProApp()) {
return;
}
charts = [
...charts,
{