diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-07 08:31:52 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-07 08:31:52 +0800 |
commit | d1186e08b458191f578e406997c2b51567a5b49f (patch) | |
tree | 7aa859eba96fe7c94e652ba65a51a40b06d6a911 /packages/instant/src/components/timed_progress_bar.tsx | |
parent | cab71fd4d177dc89431a36e33a43e9cd7f0e7071 (diff) | |
download | dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.tar.gz dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.tar.zst dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.zip |
chore: linter
Diffstat (limited to 'packages/instant/src/components/timed_progress_bar.tsx')
-rw-r--r-- | packages/instant/src/components/timed_progress_bar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/timed_progress_bar.tsx b/packages/instant/src/components/timed_progress_bar.tsx index aee97eea5..59aaa33a1 100644 --- a/packages/instant/src/components/timed_progress_bar.tsx +++ b/packages/instant/src/components/timed_progress_bar.tsx @@ -76,5 +76,5 @@ export const TimedProgress = height: 6px; animation: ${props => expandingWidthKeyframes(props.fromWidth, props.toWidth)} ${props => props.timeMs}ms linear 1 forwards; - `; } +`; |