Skip to content

Commit

Permalink
Fix typo "SumaryCard"
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Sep 25, 2024
1 parent 7f93946 commit 6053a83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion www/js/metrics/footprint/FootprintSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useContext, useMemo, useState } from 'react';
import { View } from 'react-native';
import { Text } from 'react-native-paper';
import color from 'color';
import SummaryCard from '../SumaryCard';
import SummaryCard from '../SummaryCard';
import { useTranslation } from 'react-i18next';
import { sumMetricEntries } from '../metricsHelper';
import TimelineContext from '../../TimelineContext';
Expand Down

0 comments on commit 6053a83

Please sign in to comment.