Skip to content

Commit

Permalink
Use new grouptables icon in facilities too
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Jul 31, 2024
1 parent b6f6de0 commit d593fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SpaceFacilities/SpaceFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const facilitiesPresent = computed(() =>
const iconMapping = {
computer: "computer-desktop--mini",
dockingStation: "battery-100--mini",
grouptables: "group-table--mini",
};
function getIconName(facilityValue: string) {
Expand Down

0 comments on commit d593fba

Please sign in to comment.