Skip to content

Commit

Permalink
Remove async.
Browse files Browse the repository at this point in the history
  • Loading branch information
supervons committed Aug 12, 2024
1 parent 0f66103 commit fd6e4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/home/eChartsDemo/EChartsDemoPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function EChartsDemoPage() {
{ title: I18n.t("Home.eCharts.liquidDemo"), key: "ChartsLiquidFill" },
];
const [currentDemo, setCurrentDemo] = useState("ChartsComponent");
useEffect(async () => {
useEffect(() => {
setTimeout(() => {
// on mount
captureScreen({
Expand Down

0 comments on commit fd6e4f5

Please sign in to comment.