Skip to content

Commit

Permalink
Bug fix #386
Browse files Browse the repository at this point in the history
  • Loading branch information
rlszabo committed Mar 29, 2023
1 parent f081b3e commit 98172ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ export function petPanelApp(
saveState(stateApi);
stateApi?.postMessage({
command: 'info',
text: `👋 Removed pet ${message.name} : ID:: ${message.id}`,
text: `👋 Removed pet ${message.name}`,
});
} else {
stateApi?.postMessage({
Expand Down

0 comments on commit 98172ed

Please sign in to comment.