Fix prettier issues
This commit is contained in:
parent
9bc11e7ae6
commit
09a20cf59f
|
|
@ -6,7 +6,9 @@ export interface LearningContentIdentifier {
|
|||
icon: string;
|
||||
}
|
||||
|
||||
export function learningContentTypeData(t: LearningContentType): LearningContentIdentifier {
|
||||
export function learningContentTypeData(
|
||||
t: LearningContentType
|
||||
): LearningContentIdentifier {
|
||||
switch (t) {
|
||||
case "assignment":
|
||||
return { title: "Transferauftrag", icon: "it-icon-lc-assignment" };
|
||||
|
|
|
|||
|
|
@ -50,12 +50,12 @@ module.exports = {
|
|||
"fst fst snd snd trd trd fth fth",
|
||||
],
|
||||
"rating-scale-slim": ["bar bar bar", "fst mid fth"],
|
||||
"icon-card": ["icon title", "icon value"]
|
||||
"icon-card": ["icon title", "icon value"],
|
||||
},
|
||||
gridTemplateColumns: {
|
||||
"horizontal-bar-chart": "50px 1fr 300px 4fr 300px 1fr",
|
||||
"horizontal-bar-chart-slim": "50px 1fr 78px 4fr 78px 1fr",
|
||||
"icon-card": "60px auto"
|
||||
"icon-card": "60px auto",
|
||||
},
|
||||
gridTemplateRows: {
|
||||
"horizontal-bar-chart": "200px 40px",
|
||||
|
|
|
|||
Loading…
Reference in New Issue