diff --git a/src/components/ButtonBetween/index.js b/src/components/ButtonBetween/index.js index be9ec0c..c8d274f 100644 --- a/src/components/ButtonBetween/index.js +++ b/src/components/ButtonBetween/index.js @@ -1,7 +1,14 @@ import React from "react"; import { connect } from "react-redux"; -export const ButtonBetween = ({ item, status, onClick, width, active, toggle }) => { +export const ButtonBetween = ({ + item, + status, + onClick, + width, + active, + toggle, +}) => { return toggle ? (