aboutsummaryrefslogtreecommitdiff
path: root/src/components/ReviewCard/ReviewCard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ReviewCard/ReviewCard.tsx')
-rw-r--r--src/components/ReviewCard/ReviewCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ReviewCard/ReviewCard.tsx b/src/components/ReviewCard/ReviewCard.tsx
index 9c3dd20..97581fc 100644
--- a/src/components/ReviewCard/ReviewCard.tsx
+++ b/src/components/ReviewCard/ReviewCard.tsx
@@ -6,7 +6,7 @@ import {
Typography,
Divider
} from '@material-ui/core/';
-import { Rating } from '@material-ui/lab'
+import { Rating } from '@material-ui/lab';
import { Feedback } from 'which-types';
import UserStrip from '../UserStrip/UserStrip';