Skip to content

Commit

Permalink
formatting: remove unused divider
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba authored and kpsherva committed Nov 10, 2023
1 parent 4124901 commit 56e4402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Formik } from "formik";
import _defaultsDeep from "lodash/defaultsDeep";
import React, { Component } from "react";
import { RichInputField, AccordionField } from "react-invenio-forms";
import { Button, Form, Divider, Icon, Message } from "semantic-ui-react";
import { Button, Form, Icon, Message } from "semantic-ui-react";
import { CommunityApi } from "../../api";
import { communityErrorSerializer } from "../../api/serializers";
import PropTypes from "prop-types";
Expand Down

0 comments on commit 56e4402

Please sign in to comment.