import { Form, Input, Switch } from "antd"; import React from "react"; import { useTranslation } from "react-i18next"; export default function JobsDetailClaims({ job }) { const { t } = useTranslation(); return (
TODO How to handle different taxes and marking them as exempt? { // // {getFieldDecorator("exempt", { // initialValue: job.exempt // })()} // }
); }