Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: benderl <benderl@users.noreply.github.com>
  • Loading branch information
LKuemmel and benderl authored Jan 8, 2024
1 parent 4236b38 commit fb288df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/status/RippleControlReceiver.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ import {
faCheckCircle as fasCheckCircle,
faExclamationTriangle as fasExclamationTriangle,
faTimesCircle as fasTimesCircle,
faRankingStar as fasRankingStar,
faTowerBroadcast as fasTowerBroadcast,
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
library.add(
fasCheckCircle,
fasExclamationTriangle,
fasTimesCircle,
fasRankingStar
fasTowerBroadcast
);
export default {
Expand All @@ -102,4 +102,4 @@ export default {
};
},
};
</script>
</script>

0 comments on commit fb288df

Please sign in to comment.