Skip to content

Commit

Permalink
wiped commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Velua committed Nov 26, 2017
1 parent 71b70ea commit 3a16711
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/react/src/Chat.js
@@ -1,9 +1,6 @@
import React, { Component } from 'react'
import Gun from 'gun'
import path from 'gun/lib/path'
// var path = require('gun/lib/path.js')

// console.log(path)

const formatMsgs = msgs => Object.keys(msgs)
.map(key => ({ key, ...msgs[key] }))
Expand Down

0 comments on commit 3a16711

Please sign in to comment.