Skip to content

Instantly share code, notes, and snippets.

View Nitzperetz's full-sized avatar
👨‍💻
Doing my thing

Nitzan Peretz Nitzperetz

👨‍💻
Doing my thing
  • Tel Aviv, Israel
View GitHub Profile
@orius123
orius123 / NCRD.md
Last active December 31, 2017 10:23
Non-Code-Review Disclaimer

Non-Code-Review Disclaimer

Comments under this disclaimer were given as specific comments or messages for errors or imprvements that The Reviewer, might have found in the code.

The Reviewer, doesn’t commit to understanding the pull request in its entirety, nor even to reading all of the code of the comments file or line.

Under no circumstances shall these code-review messages or comments be liable for any indirect, incidental, consequential, special or exemplary damages arising out of or in connection with “The reviewer” message or comments, whether or not the damages were foreseeable and whether or not the reviewer was advised of the possibility of such damages.

import React from 'react';
import ReactMarkdown from 'react-markdown';
import { withStyles } from '@material-ui/core/styles';
import Typography from '@material-ui/core/Typography';
import Link from '@material-ui/core/Link';
import Table from "@material-ui/core/Table";
import TableContainer from "@material-ui/core/TableContainer";
import Paper from "@material-ui/core/Paper";
import {TableHead, TableRow, TableCell, TableBody} from "@material-ui/core";