Skip to content

Commit 5599f23

Browse files
committed
Remove extra blank lines in stats.tsx
Cleaned up unnecessary blank lines to improve code readability in the Stats component.
1 parent 275ce6a commit 5599f23

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Components/stats/stats.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import {
1515
import Rope from '@media/Rope.png'
1616
import type { formattedSaveFileType } from 'types/displayDataTypes';
1717

18-
19-
2018
const Stats = ({playerData, farmName, farmhandData}: formattedSaveFileType) => {
2119
const [globalFarmName] = useState(farmName || "My Farm");
2220
const [junimos] = useState([
@@ -34,7 +32,6 @@ const Stats = ({playerData, farmName, farmhandData}: formattedSaveFileType) => {
3432
<img src={junimos[i + 1]} alt="player nametag"></img> {item.playerName}
3533
</Tab>
3634
);
37-
3835
const playerStats = farmhandData.map((p, i) => (
3936
<TabPanel key={i}>
4037
<section className="wrapper">

0 commit comments

Comments
 (0)