From 1c290e0da202f887eca96dd9cd93d65753a712b6 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sun, 23 Nov 2025 20:42:58 +0800 Subject: [PATCH] update pay function --- src/views/ValueForum/components/CreatePredictionModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ValueForum/components/CreatePredictionModal.js b/src/views/ValueForum/components/CreatePredictionModal.js index eb39663d..f5f173a1 100644 --- a/src/views/ValueForum/components/CreatePredictionModal.js +++ b/src/views/ValueForum/components/CreatePredictionModal.js @@ -3,7 +3,7 @@ * 用户可以发起新的预测市场话题 */ -import React, { useState } from 'react'; +import React, { useState, useEffect } from 'react'; import { Modal, ModalOverlay,