Skip to content

Commit a51fdfd

Browse files
committed
Code style
1 parent 0244697 commit a51fdfd

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/partials/AbStudy/OnlyForAbGroup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { Component } from "react"
22
import withSimpleErrorBoundary from "../../util/withSimpleErrorBoundary"
3-
import styled from "styled-components"
43
import AbGroupContext from "../../contexes/AbGroupContext"
54

65
class OnlyForAbGroup extends Component {

src/partials/ProgrammingExercise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class ProgrammingExercise extends React.Component {
220220
tehtävää tehtyä, saat kolikon. Kolikoilla voi ostaa
221221
tehtävien vastauksia ja lunastaa itsesi mahdollisesta
222222
jumista.{" "}
223-
{availableTokens == 1 ? (
223+
{availableTokens === 1 ? (
224224
<span> Käytössäsi on tällä hetkellä 1 kolikko.</span>
225225
) : availableTokens > 0 ? (
226226
<span>

src/templates/CourseContentTemplate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { capitalizeFirstLetter } from "../util/strings"
2222
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
2323
import { faArrowCircleUp as icon } from "@fortawesome/free-solid-svg-icons"
2424
import EndOfSubSection from "../components/EndOfSubSection"
25-
import { connectableObservableDescriptor } from "rxjs/internal/observable/ConnectableObservable"
2625
import { tryToScrollToSelector } from "../util/dom"
2726

2827
const StyledIcon = styled(FontAwesomeIcon)`

0 commit comments

Comments
 (0)