Skip to content

Commit

Permalink
delete duplicated code
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Greenlee <JackAGreenlee@gmail.com>
  • Loading branch information
jiji14 and JGreenlee authored Feb 17, 2024
1 parent cba51b8 commit 96386a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions www/js/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ const scenes = {
control: withErrorBoundary(ProfileSettings),
};

const scenes = {
label: withErrorBoundary(LabelTab),
metrics: withErrorBoundary(MetricsTab),
control: withErrorBoundary(ProfileSettings),
};

const App = () => {
const [index, setIndex] = useState(0);
// will remain null while the onboarding state is still being determined
Expand Down

0 comments on commit 96386a3

Please sign in to comment.