Skip to content

Commit

Permalink
rm unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
pal03377 committed Jul 22, 2023
1 parent 1ea1caa commit 21b064a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scenes/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type Props = {
state?: PartialModelState;
styles?: DeepPartial<Styles>;
locale?: Locale;
onMounted?: () => void;
};

const initialState = Object.freeze({
Expand Down

0 comments on commit 21b064a

Please sign in to comment.