mirror of
https://github.com/mue/mue.git
synced 2026-07-15 13:03:55 +02:00
fix(Custom): remove unnecessary characters from loading state
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user