Marek Czernek
2020-03-06 ece0cbce5516d73a3cb92cfd467888be327d94ed
Minor corrections in descriptions and unnecessary code
2 files modified
7 ■■■■ changed files
mczernek-exchange-application/frontend/src/Graph.js 4 ●●●● patch | view | raw | blame | history
mczernek-exchange-application/frontend/src/HistoricalDataForm.js 3 ●●●●● patch | view | raw | blame | history
mczernek-exchange-application/frontend/src/Graph.js
@@ -57,8 +57,8 @@
            <div ref={this.containerRef}>
                <div style={{ height: '275px' }}>
                    <Chart
                        ariaDesc="Average number of pets"
                        ariaTitle="Line chart example"
                        ariaDesc="Exchange rate for given currency"
                        ariaTitle="Exchange Rate Graph"
                        containerComponent={
                            <ChartVoronoiContainer
                                labels={({ datum }) => datum.childName.includes('line-') ? `${datum.name}: ${datum.y}` : null}
mczernek-exchange-application/frontend/src/HistoricalDataForm.js
@@ -137,9 +137,6 @@
                                </FormSelect>
                            </FormGroup>
                        </FlexItem>
                        <FlexItem>
                        </FlexItem>
                    </Flex>
                    <span>
                        <Button isDisabled={this.state.loading || this.state.src === this.state.target} type="submit" variant="primary">Submit</Button>