Skip to content

Commit

Permalink
Merge pull request webpackmonitor#68 from mbehzad/fix_for_file_size_c…
Browse files Browse the repository at this point in the history
…olumn_title

minor fix for the 'File Size' column name wich was 'Size Name'
  • Loading branch information
roachjc authored Oct 28, 2017
2 parents ac5dcbd + 25d01d5 commit 1e4527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/build-data/components/Modules.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Modules = (props) => {
<thead>
<tr>
<th>File Name</th>
<th>Size Name</th>
<th>File Size</th>
<th>Percentage</th>
</tr>
</thead>
Expand Down

0 comments on commit 1e4527e

Please sign in to comment.