Skip to content

Commit

Permalink
(fix) Restore metrics tile slot classname
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Jul 30, 2024
1 parent cdc8c9c commit 3812009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esm-home-app/src/metrics/metrics.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ExtensionSlot } from '@openmrs/esm-framework';
import styles from './metrics.scss';

const Metrics: React.FC = () => {
return <ExtensionSlot name="home-metrics-tiles-slot" className={styles.container} />;
return <ExtensionSlot name="home-metrics-tiles-slot" className={styles.metricTilesSlot} />;
};

export default Metrics;

0 comments on commit 3812009

Please sign in to comment.