chore: small icon fix

This commit is contained in:
AP 2020-02-10 21:51:27 +01:00
parent 84853cf9c9
commit cf1e579c1d

View file

@ -43,7 +43,7 @@ const IconPadding = styled.div`
`;
const getSymbol = (status: boolean) => {
return status ? <UpArrow /> : <DownArrow />;
return status ? <DownArrow /> : <UpArrow />;
};
const getPrivate = (status: boolean) => {