Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jul 8, 2021
1 parent 2a6b4dc commit 173d7b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/containers/Preference/Plugin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export default function Plugin() {
};

const variableTblChangeHandler = (e: any) => {
if (!pluginBundleId) return;

if (
!_.isEqual(
plugins[pluginBundleId].variables,
Expand Down

0 comments on commit 173d7b7

Please sign in to comment.