File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React , { Component } from "react"
22import withSimpleErrorBoundary from "../../util/withSimpleErrorBoundary"
3- import styled from "styled-components"
43import AbGroupContext from "../../contexes/AbGroupContext"
54
65class OnlyForAbGroup extends Component {
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import { capitalizeFirstLetter } from "../util/strings"
2222import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
2323import { faArrowCircleUp as icon } from "@fortawesome/free-solid-svg-icons"
2424import EndOfSubSection from "../components/EndOfSubSection"
25- import { connectableObservableDescriptor } from "rxjs/internal/observable/ConnectableObservable"
2625import { tryToScrollToSelector } from "../util/dom"
2726
2827const StyledIcon = styled ( FontAwesomeIcon ) `
You can’t perform that action at this time.
0 commit comments