aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/timed_progress_bar.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-07 08:31:52 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-07 08:31:52 +0800
commitd1186e08b458191f578e406997c2b51567a5b49f (patch)
tree7aa859eba96fe7c94e652ba65a51a40b06d6a911 /packages/instant/src/components/timed_progress_bar.tsx
parentcab71fd4d177dc89431a36e33a43e9cd7f0e7071 (diff)
downloaddexon-sol-tools-d1186e08b458191f578e406997c2b51567a5b49f.tar
dexon-sol-tools-d1186e08b458191f578e406997c2b51567a5b49f.tar.gz
dexon-sol-tools-d1186e08b458191f578e406997c2b51567a5b49f.tar.bz2
dexon-sol-tools-d1186e08b458191f578e406997c2b51567a5b49f.tar.lz
dexon-sol-tools-d1186e08b458191f578e406997c2b51567a5b49f.tar.xz
dexon-sol-tools-d1186e08b458191f578e406997c2b51567a5b49f.tar.zst
dexon-sol-tools-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.tsx2
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;
- `;
}
+`;