diff --git a/web/components/contract/bountied-question.tsx b/web/components/contract/bountied-question.tsx index f0e5b1764f..54c141ca78 100644 --- a/web/components/contract/bountied-question.tsx +++ b/web/components/contract/bountied-question.tsx @@ -3,7 +3,7 @@ import { ContractComment } from 'common/comment' import { BountiedQuestionContract } from 'common/contract' import { User } from 'common/user' import { formatMoney } from 'common/util/format' -import { forwardRef, useEffect, useState } from 'react' +import { useState } from 'react' import { FaXmark } from 'react-icons/fa6' import { TbMoneybag } from 'react-icons/tb' import { api, cancelBounty } from 'web/lib/firebase/api'