Skip to content
Snippets Groups Projects
Commit 4d0b4b13 authored by Aleksander Westergaard Karlsen's avatar Aleksander Westergaard Karlsen
Browse files

Merge branch 'master' into 2-pagination

parents d95d6732 c248865c
Branches
No related tags found
1 merge request!2Resolve "Pagination"
......@@ -45,7 +45,7 @@ function Rating(props: Props) {
return (
<Badge style={[styles.badge, ratingColor()]}>
<Text style={styles.text}>{props.rating}</Text>
<Text style={styles.text}>{props.rating.toFixed(1)}</Text>
</Badge>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment