Skip to content

Commit

Permalink
Merge pull request #15 from loadimpact/large-scale-testing
Browse files Browse the repository at this point in the history
Large-scale load testing article
  • Loading branch information
sniku authored May 4, 2020
2 parents 9795d8c + 31ac0ea commit a9fa80d
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const CodeGroup = ({
const randomKey = getRandomKey();
return (
<div className={styles.wrapper}>
{labels.length ? (
{labels && labels.length ? (
<div className={styles.header}>
{labels.map((label, i) => (
<div
Expand Down
Loading

0 comments on commit a9fa80d

Please sign in to comment.