Skip to content

Commit

Permalink
fix lint: remove unused sx prop
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 9, 2024
1 parent 9ba7125 commit 17e8084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppNavDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default function AppNavDrawer(props) {
const drawer = React.useMemo(() => {
const navItems = renderNavItems({ onClose, pages, activePageParents, depth: 0, t });

const renderVersionSelector = (versions, sx) => {
const renderVersionSelector = (versions) => {
if (!versions?.length) {
return null;
}
Expand Down

0 comments on commit 17e8084

Please sign in to comment.