diff --git a/ui/src/Services.js b/ui/src/Services.js
index b05d96e5..3b69b039 100644
--- a/ui/src/Services.js
+++ b/ui/src/Services.js
@@ -1,5 +1,5 @@
import DataTable from 'react-data-table-component';
-import {Sparklines, SparklinesLine} from 'react-sparklines';
+import {Sparklines, SparklinesLine, SparklinesSpots} from 'react-sparklines';
const Services = (props) => {
const columns = [
@@ -15,7 +15,7 @@ const Services = (props) => {
},
{
name: 'Activity',
- cell: row =>
+ cell: row =>
}
]