Skip to content

Commit

Permalink
do some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Feb 1, 2022
1 parent e8c112c commit f307ee9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lol-stalker",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"main": "main/index.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/features/FriendDetails/FriendRankingGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const FriendRankingGraph = ({ friend }: { friend: FriendDto }) => {
<Line dataKey="totalLp" stroke="#0a9396" strokeWidth={5} fill="#0a9396" />
<XAxis
dataKey="createdAt"
tickFormatter={(value: Date) => value.toLocaleDateString()}
tickFormatter={(value: Date) => new Date(value).toLocaleDateString()}
/>
</LineChart>
</ResponsiveContainer>
Expand Down
15 changes: 0 additions & 15 deletions tailwind.config.js

This file was deleted.

0 comments on commit f307ee9

Please sign in to comment.