Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Singond committed Mar 21, 2021
1 parent 004525a commit 822bfcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/script-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default class ScriptView extends MessagePanelView {
parsePositionConfig(value) {
// Get the configured position of the view as one of the
// valid values of the MessagePanelView.position parameter.
let position;
switch (value) {
case 'Top':
return 'top';
Expand Down

0 comments on commit 822bfcb

Please sign in to comment.