Skip to content

Commit

Permalink
grammar, remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Jan 24, 2025
1 parent 956e1af commit a57b570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app-desktop/gui/Navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import bridge from '../services/bridge';
import { useContext, useEffect, useMemo, useRef } from 'react';
import { WindowIdContext } from './NewWindowOrIFrame';

// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Partially refactor of code before rule was applied
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Partial refactor of code from before rule was applied
type ScreenProps = any;

interface AppScreen {
Expand Down Expand Up @@ -56,7 +56,6 @@ const useWindowRefocusManager = (route: AppStateRoute) => {
};

const NavigatorComponent: React.FC<Props> = props => {

const route = props.route;
const screenInfo = props.screens[route?.routeName];

Expand Down

0 comments on commit a57b570

Please sign in to comment.