diff --git a/frontend/src/components/charger_list.tsx b/frontend/src/components/charger_list.tsx index f07b1a9..a62d56e 100644 --- a/frontend/src/components/charger_list.tsx +++ b/frontend/src/components/charger_list.tsx @@ -9,8 +9,9 @@ import { Component } from "preact"; import { fetchClient, refresh_access_token } from "../utils"; import { Button, ButtonGroup, Card, Col, Container, Dropdown, DropdownButton, Form, Modal, Row, Table } from "react-bootstrap"; import i18n from "../i18n"; -import { ChevronDown, ChevronUp, Edit, Minus, Monitor, Trash2 } from "react-feather"; +import { ChevronDown, ChevronUp, Edit, Monitor, Trash2 } from "react-feather"; import { Circle } from "./Circle"; +import Median from "median-js-bridge"; interface Charger { id: string, @@ -441,7 +442,7 @@ export class ChargerListComponent extends Component<{}, ChargerListComponentStat - + this.setMobileSort("name")}>{t("charger_name")}