From bbe9194f6c23417caed979998744cb5884d3e1af Mon Sep 17 00:00:00 2001 From: Lexi Sother Date: Mon, 1 Mar 2021 17:47:29 +0000 Subject: [PATCH] Fixed onRemove handler name --- ConsoleLog/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleLog/index.js b/ConsoleLog/index.js index d25e6ef..5da321e 100644 --- a/ConsoleLog/index.js +++ b/ConsoleLog/index.js @@ -6,7 +6,7 @@ export default { console.log('This is a log from ConsoleLog'); showToast('This is a toast from ConsoleLog'); }, - remove: () => { + onRemove: () => { console.log('ConsoleLog has been uninstalled'); showToast('ConsoleLog has been uninstalled'); },