frontend/src/Book/Branches/Branch.tsx
Function Branch
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Branch: FunctionComponent<BranchProps> = (props) => {
const [updateBranch] = useUpdateBranchMutation({ errorPolicy: "all" });
const { bookPermalink, bookTitle, name, commits } = props;
const [message, setMessage] = useState<string>("");