diff --git a/frontend/src/components/Payments/style.scss b/frontend/src/components/Payments/style.scss index 2e694f1e..741ecc84 100644 --- a/frontend/src/components/Payments/style.scss +++ b/frontend/src/components/Payments/style.scss @@ -97,11 +97,10 @@ color: rgb(29, 161, 242); } -.search-result-wapper{ +.payment-wapper{ border-bottom: 1px solid rgb(230, 236, 240); padding: 10px 15px; transition: 0.2s; - cursor: pointer; display: flex; &:hover{ background-color: rgb(245,248,250); diff --git a/frontend/src/components/SqueakCard/index.js b/frontend/src/components/SqueakCard/index.js index 8eae027e..898b98ef 100644 --- a/frontend/src/components/SqueakCard/index.js +++ b/frontend/src/components/SqueakCard/index.js @@ -51,10 +51,6 @@ const SqueakCard = React.memo(function SqueakCard(props) { dispatch(setDeleteSqueak(id)); } - const goToSqueak = (id) => { - props.history.push(`/app/squeak/${id}`) - } - const toggleModal = (e, type) => { if(e){ e.stopPropagation() } setStyleBody(!styleBody) @@ -99,7 +95,7 @@ const SqueakCard = React.memo(function SqueakCard(props) { return (