mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Remove dead isProfileCommand code (#43345)
Fix for https://github.com/fleetdm/fleet/pull/42126#discussion_r3059648066
This commit is contained in:
parent
de35a0f9aa
commit
0bf48d39c6
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ interface ICommandItemProps {
|
|||
onShowDetails: ShowCommandDetailsHandler;
|
||||
}
|
||||
|
||||
const isProfileCommand = (requestType: string): boolean =>
|
||||
requestType === "InstallProfile" || requestType === "RemoveProfile";
|
||||
|
||||
const getStatusText = (command: ICommand): string => {
|
||||
const { command_status, status } = command;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue