Update coins from video url, full integrated

This commit is contained in:
EdiFarcas
2025-04-30 00:00:15 +03:00
parent 1aa2de4500
commit 77b724528a
+1 -1
View File
@@ -9,7 +9,7 @@ interface AdminClientProps {
export default function AdminClient({ email }: AdminClientProps) {
const [giveaway, setGiveaway] = useState({ title: "", description: "", value: 0, prize: "", duration: 0, endsAt: 0 });
const [youtube_url, setYoutubeUrl] = useState("https://www.youtube.com/watch?v=48oDy9Ni1TA&ab_channel=TCGLove");
const [youtube_url, setYoutubeUrl] = useState("");
const [coin_value, setCoinValue] = useState(0);
const handleCreateGiveaway = async () => {