Skip to content

Commit

Permalink
VaccineInfo: Rename exported function, from VaccineDataGrid.
Browse files Browse the repository at this point in the history
Continuing the refactor in a760f75.
  • Loading branch information
chrisbobbe committed May 26, 2021
1 parent e071f5e commit fa31fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Components/VaccineInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getAvailability } from '../Types/Hospital';
import type { Hospital } from '../Types/Hospital';
import type { VaccineType } from '../Types/VaccineType';

export default function VaccineDataGrid(
export default function VaccineInfo(
props: { rows: Array<Hospital>, vaccineType: VaccineType },
): React.Node {
const { rows, vaccineType } = props;
Expand Down

0 comments on commit fa31fbf

Please sign in to comment.