Skip to content

Commit

Permalink
style: prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealPadster authored and actions-user committed Dec 11, 2023
1 parent 7e1d1d8 commit a768df4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CustomApps/lyrics-plus/TabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const TabBar = react.memo(({ links, activeLink, lockLink, switchCallback, lockCa
items: droplistItem.map(i => options[i]).filter(i => i),
switchTo: switchCallback,
lockIn: lockCallback
})
})
: null
)
);
Expand Down
2 changes: 1 addition & 1 deletion CustomApps/new-releases/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function DraggableComponent({ uri, title, children }) {
? react.cloneElement(children, {
onDragStart: dragHandler,
draggable: "true"
})
})
: children;
}

Expand Down
2 changes: 1 addition & 1 deletion CustomApps/reddit/TabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const TabBar = react.memo(({ links, activeLink, switchCallback, windowSize = Inf
? react.createElement(TabBarMore, {
items: droplistItem.map(i => options[i]).filter(i => i),
switchTo: switchCallback
})
})
: null
)
);
Expand Down
2 changes: 1 addition & 1 deletion jsHelper/spicetifyWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ Spicetify.Playbar = (function () {
}),
Spicetify.React.cloneElement(children, { panel: id })
)
);
);

contentMap.set(id, Spicetify.React.createElement(ErrorBoundary, { id }, content));

Expand Down

0 comments on commit a768df4

Please sign in to comment.