Skip to content
Snippets Groups Projects
Commit 81e94e1c authored by chris's avatar chris
Browse files

revert name

parent a941424f
No related branches found
No related tags found
1 merge request!34revert name
......@@ -13,7 +13,7 @@ const ButtonStyled = styled.button`
${ButtonStyles};
`;
const tesy = ({ view = {}, item }) => (
const Button = ({ view = {}, item }) => (
<ButtonStyled
type="button"
isActive={item.active && item.active(view.state)}
......@@ -29,4 +29,4 @@ const tesy = ({ view = {}, item }) => (
</ButtonStyled>
);
export default tesy;
export default Button;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment