Skip to content

Commit

Permalink
fix: sodmfsd
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Apr 2, 2024
1 parent 615ee33 commit 19b1a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services:
web:
build:
context: ./web
target: prod
# target: development
# target: prod
target: development
restart: unless-stopped
stdin_open: true
volumes:
Expand Down
1 change: 0 additions & 1 deletion web/src/Components/Bridging/CumulativeGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useContext, useEffect, useState } from 'react'
import { Area, AreaChart, CartesianGrid, Legend, ResponsiveContainer, Tooltip, XAxis, YAxis } from 'recharts'
import { ParticleSizeContext } from '../../Context'
import { findGraphData } from '../../Utils'
import { graphColors } from './styles'
import BridgeGraph from './BridgeGraph'

export function CumulativeGraph({ bridges, sizeFractions }) {
Expand Down

0 comments on commit 19b1a37

Please sign in to comment.