Skip to content

Commit

Permalink
chore: remove uneeded formated line
Browse files Browse the repository at this point in the history
  • Loading branch information
JGuardiola95 committed Oct 11, 2024
1 parent 5f6a353 commit a7510e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class App extends React.Component<{}, State> {
const hashArray = window.location.hash.slice(1).split(',')

if (hashArray.length === hashNames.length) {
const hashInfo = {} as Record<(typeof hashNames)[number], string>
const hashInfo = {} as Record<typeof hashNames[number], string>
hashNames.forEach((key, index) => (hashInfo[key] = hashArray[index]))

const {
Expand Down

0 comments on commit a7510e1

Please sign in to comment.