remove double notify on delete

This commit is contained in:
Natsumi
2020-12-19 20:56:28 +13:00
committed by pypy
parent 4a22bf4b26
commit ab348f9b06
2 changed files with 1 additions and 5 deletions

View File

@@ -7530,10 +7530,6 @@ import gameLogService from './service/gamelog.js'
$app.methods.deleteVRCPlusIcon = function (userIcon) {
API.deleteVRCPlusIcon(userIcon).then((args) => {
this.$message({
message: 'Icon deleted',
type: 'success'
});
this.displayVRCPlusIconsTable();
return args;
});