Skip to content

Commit

Permalink
fix: remove unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Sep 22, 2023
1 parent 84c4a2c commit 33e356c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/p2p/src/pages/buy-sell/buy-sell-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
}

&--filter {
align-self: center;
border: 1px solid var(--border-normal);
border-radius: 4px;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Formik, Field } from 'formik';
import { Autocomplete, Icon, Loading, Text } from '@deriv/components';
import { useStores } from 'Stores';
import { localize, Localize } from 'Components/i18next';
import './select-payment-method.scss';

const SelectPaymentMethod = () => {
const { my_profile_store } = useStores();
Expand Down

0 comments on commit 33e356c

Please sign in to comment.