Skip to content

Commit

Permalink
Fix ApplicationsDashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jan 10, 2025
1 parent 6841225 commit 0a65b45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Applications = ({ onApplicationSelected }) => {
<Card className={classes.applications}>
<List>
{applications.map(application => (
<ListItem key={application.name}>
<ListItem key={application.name} disablePadding>
<ListItemButton
onClick={() =>
onApplicationSelected(application)
Expand Down

0 comments on commit 0a65b45

Please sign in to comment.