Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #189 from bidoubiwa/fixe-customrow-doc
Browse files Browse the repository at this point in the history
Fix custom row code example
  • Loading branch information
soupette authored Apr 12, 2021
2 parents 9a5cad0 + 26bea18 commit 43ebfaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/stories/components/TableCustomRow.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function TableStory() {
const source = `
import React from 'react';
import { Table } from '@buffetjs/core';
import { CustomRow as Row } from '@buffetjs/styles';
const CustomRow = ({ row }) => {
const { firstname, id, lastname, recipe, restaurant } = row;
Expand Down

0 comments on commit 43ebfaf

Please sign in to comment.