Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 93d5603

Browse files
author
Evan Horne
committed
fix(rubrictable): specify css properties
1 parent 3faed07 commit 93d5603

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed

package-lock.json

+28-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/jquery": "2.0.40",
7676
"@types/jsdom": "^11.0.4",
7777
"@types/node": "^9.6.14",
78-
"@types/react": "^16.0.40",
78+
"@types/react": "^16.4.6",
7979
"@types/react-dom": "^16.0.3",
8080
"@types/react-modal": "3.1.2",
8181
"@types/react-router": "4.0.25",

src/Rubric/RubricTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class RubricTable extends React.Component<RubricTableProps, {}> {
3030

3131
const showSample = rubric.samples.length !== 0;
3232

33-
const leftAlign = {
33+
const leftAlign: React.CSSProperties = {
3434
textAlign: "left"
3535
};
3636

0 commit comments

Comments
 (0)