Skip to content

Commit

Permalink
undo space changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jumagura committed Dec 22, 2023
1 parent 535b424 commit 97cb0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/discourse/lib/layouts.js.es6
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function normalizeContext(input, opts = {}) {
};

let context = Object.keys(map).find((c) => map[c].includes(input));

if (opts.name) {
context = I18n.t(
{
Expand Down

0 comments on commit 97cb0e5

Please sign in to comment.