porkchopclub/porkchop

View on GitHub
app/javascript/components/scoreboard/MatchResult.js

Summary

Maintainability
A
0 mins
Test Coverage
export default (props) => (
  <div className="scoreboard-post-match scoreboard-page">
    <h1>Post match.</h1>
  </div>
)