Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdroidian committed Oct 16, 2024
1 parent 6076f24 commit 15c7444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ export default runExtension(async ({ extensionAPI }) => {
let isCustomOnly = extensionAPI.settings.get("custom-only") as boolean;
let hideButtonIcon = extensionAPI.settings.get("hide-button-icon") as boolean;
let highlighting = extensionAPI.settings.get("highlighting") as boolean;
const defaultDisplayName = getDisplayNameByUid(getCurrentUserUid());

extensionAPI.settings.panel.create({
tabTitle: "SmartBlocks",
Expand Down

0 comments on commit 15c7444

Please sign in to comment.