fix(Custom): remove unnecessary characters from loading state

This commit is contained in:
alexsparkes
2026-01-27 10:13:08 +00:00
parent c7a2760709
commit 9462fe1b32

View File

@@ -521,7 +521,6 @@ const CustomSettings = memo(() => {
if (isLoading) {
return (
<div className="photosEmpty">
={' '}
<div className="loaderHolder">
<div id="loader"></div>
<span className="subtitle">{variables.getMessage('modals.main.loading')}</span>