From 21dcc7dca88bd5ec63b768d349bc7ea1cdbbf840 Mon Sep 17 00:00:00 2001 From: wixarm Date: Tue, 17 Feb 2026 15:47:31 +0330 Subject: [PATCH] add: otp status --- src/partials/tagging/TagActiveDistributions.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/partials/tagging/TagActiveDistributions.tsx b/src/partials/tagging/TagActiveDistributions.tsx index 2970b56..cd55870 100644 --- a/src/partials/tagging/TagActiveDistributions.tsx +++ b/src/partials/tagging/TagActiveDistributions.tsx @@ -1,9 +1,11 @@ import { useEffect, useState } from "react"; import { Bars3Icon, + CheckBadgeIcon, CubeIcon, SparklesIcon, StopCircleIcon, + XCircleIcon, } from "@heroicons/react/24/outline"; import { useModalStore } from "../../context/zustand-store/appStore"; import { useApiRequest } from "../../utils/useApiRequest"; @@ -221,6 +223,17 @@ export default function TagActiveDistributions() { تایید سند خروج ), + item?.otp_status ? ( + + احراز شده + + + ) : ( + + احراز نشده + + + ),