Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
fix: safeguard against property not existing outside of Sense (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasseKATT authored Jan 11, 2024
1 parent be37865 commit 3cd67e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function ext(env) {

const chartId = "object.mekkochart";
const fontResolver = createFontResolver({
theme: env.sense.theme,
theme: env.sense?.theme,
translator,
flags,
config: {
Expand Down

0 comments on commit 3cd67e3

Please sign in to comment.