completionId: cgen-6f7d31803ec2492fb32dd4dc966bc820
cgen-6f7d31803ec2492fb32dd4dc966bc820
This commit is contained in:
parent
ef9cf84f89
commit
f2e886903f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ import type { Opportunity } from "@/api/opportunities";
|
||||||
export default function OpportunityDetail() {
|
export default function OpportunityDetail() {
|
||||||
const { id } = useParams<{ id: string }>();
|
const { id } = useParams<{ id: string }>();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
const { user } = useAuthContext();
|
const { user } = useAuth();
|
||||||
const { toast } = useAethexToast();
|
const { toast } = useAethexToast();
|
||||||
const [opportunity, setOpportunity] = useState<Opportunity | null>(null);
|
const [opportunity, setOpportunity] = useState<Opportunity | null>(null);
|
||||||
const [isLoading, setIsLoading] = useState(true);
|
const [isLoading, setIsLoading] = useState(true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue