mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Add comment TODO, format code and remove unused import
This commit is contained in:
@@ -206,7 +206,6 @@ export const Minting = ({
|
||||
window
|
||||
.sendMessage(
|
||||
'ADMIN_ACTION',
|
||||
|
||||
{
|
||||
type: 'addmintingaccount',
|
||||
value: val,
|
||||
@@ -266,7 +265,7 @@ export const Minting = ({
|
||||
rej({ message: response.error });
|
||||
})
|
||||
.catch((error) => {
|
||||
rej({ message: error.message || 'An error occurred' });
|
||||
rej({ message: error.message || 'An error occurred' }); //TODO translate
|
||||
});
|
||||
});
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user