Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ojisan committed Jul 5, 2024
1 parent e6482b1 commit 7278e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/js/pages/action-popup-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import {ThemeController} from '../app/theme-controller.js';
import {Application} from '../application.js';
import {getAllPermissions, hasRequiredPermissionsForOptions} from '../data/permissions-util.js';
import { querySelectorNotNull } from '../dom/query-selector.js';
import {querySelectorNotNull} from '../dom/query-selector.js';
import {HotkeyHelpController} from '../input/hotkey-help-controller.js';

class DisplayController {
Expand Down Expand Up @@ -75,7 +75,7 @@ class DisplayController {

// Show Rikaitan version.
// replace version number (<span id="version"></span>)
querySelectorNotNull(document, "#version").textContent = `v${manifest.version}`;
querySelectorNotNull(document, '#version').textContent = `v${manifest.version}`;

this._updateProfileSelect(profiles, profileCurrent);

Expand Down

0 comments on commit 7278e99

Please sign in to comment.