Web: Client: Settings. removed redundant space in article body

This commit is contained in:
Elyor Djalilov 2024-02-29 17:31:13 +05:00
parent 897ea01a66
commit cb63a4d988

View File

@ -275,9 +275,7 @@ const ArticleBodyContent = (props) => {
onClick={() => onSelect(item.key)}
folderId={item.id}
style={{
marginTop: `${
item.key.includes(7) || item.key.includes(8) ? "16px" : "0"
}`,
marginTop: `${item.key.includes(9) ? "16px" : "0"}`,
}}
/>,
);