diff --git a/docs/static/examples/SectionList.js b/docs/static/examples/SectionList.js index 522910d576b8..85b6988b493e 100644 --- a/docs/static/examples/SectionList.js +++ b/docs/static/examples/SectionList.js @@ -111,9 +111,6 @@ const TableOfContentsElement = ({ const tableOfContentsElementTextStyle = useAnimatedStyle(() => ({ color: colorScheme === 'light' ? '#001a72' : '#f8f9ff', - })); - - const tableOfContentsElementStyle = useAnimatedStyle(() => ({ borderBottomColor: colorScheme === 'light' ? '#001a72' : '#f8f9ff', }));