Skip to content

Commit de53cd4

Browse files
committed
Formatting run
1 parent 12373f0 commit de53cd4

13 files changed

Lines changed: 1725 additions & 1570 deletions

src/components/About.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ function About(props) {
7777
others asynchronously (you don't have to be online at the same time).
7878
We specialize in offbeat, perfect information games without any
7979
element of luck, but we also include a number of games that involve
80-
randomness (e.g., dice and cards). The site is completely free to join and play.
80+
randomness (e.g., dice and cards). The site is completely free to join
81+
and play.
8182
</p>
8283
{/* <p style={{ fontSize: "smaller", textAlign: "right" }}>
8384
Build: {pkgInfo.version}

src/components/Explore.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ function Explore(props) {
168168
config={cfg}
169169
toggleStar={toggleStar}
170170
counts={counts}
171-
handleChallenge={
172-
key === "all" ? handleNewChallenge : undefined
173-
}
171+
handleChallenge={key === "all" ? handleNewChallenge : undefined}
174172
/>
175173
) : null
176174
)}

0 commit comments

Comments
 (0)