IO-1841 Remove special characters on QB Export.

This commit is contained in:
Patrick Fic
2022-06-06 12:20:32 -07:00
parent fd8dab911f
commit a0b238c4bb
3 changed files with 12 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import { Card, Col, Row, Space, Statistic, Table, Typography } from "antd";
import { Card, Col, Row, Statistic, Table, Typography } from "antd";
import React from "react";
import { useTranslation } from "react-i18next";
import { connect } from "react-redux";