Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
feat: deprecate inspectDat until it's in better shape
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Feb 17, 2020
1 parent 834b23a commit 26eef7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/table-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@ const Row = ({
if (!metadata) return null
const { title } = metadata
const placeholderTitle = `#${key}`
// TODO: inspectDat needs more work!
// onClick={() => inspectDat(dat.key)} className='selectable'>
return (
<Tr onClick={() => inspectDat(dat.key)} className='selectable'>
<Tr>
<td className='cell-1'>
<div
className='w2 center'
Expand Down

0 comments on commit 26eef7f

Please sign in to comment.