Skip to content

Commit

Permalink
fix: code suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Aug 2, 2024
1 parent 5cc3178 commit d9ef5f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/javascript/_common/localize.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const Localize = (() => {

const lang = urlLang().toUpperCase();

// const strings = typeof texts_json !== 'undefined' ? texts_json : {};
const strings = texts_json ?? {};

localized_texts = strings[lang];
Expand Down

0 comments on commit d9ef5f0

Please sign in to comment.