Skip to content

Commit

Permalink
chore: fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Sep 24, 2024
1 parent cfb47f1 commit 528681f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const EmptyContainer = styled.div`
display: flex;
justify-content: center;
color: #6a6a6a;
padding: 10px 0px;
padding: 10px 0;
`;

export function EmptyFilters() {
Expand Down

0 comments on commit 528681f

Please sign in to comment.