From dc692b1af41a0d8a90f24b6be93366e7ab693373 Mon Sep 17 00:00:00 2001 From: Jacob Spizziri Date: Wed, 18 Dec 2024 11:50:30 -0500 Subject: [PATCH] style(example): fix style lint error in example project --- example/src/components/PlaybackError.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/components/PlaybackError.tsx b/example/src/components/PlaybackError.tsx index 0d469c6a8..2becb92e7 100644 --- a/example/src/components/PlaybackError.tsx +++ b/example/src/components/PlaybackError.tsx @@ -15,7 +15,7 @@ const styles = StyleSheet.create({ container: { width: '100%', marginVertical: 24, - alignSelf: 'center' + alignSelf: 'center', }, text: { color: 'red',