DarkFlorist/TheInterceptor

can alternatively move the condition within `ViewSelector.View`

Opened this issue · 0 comments

          can alternatively move the condition within `ViewSelector.View`
<ViewSelector.View title = 'View Parsed' value = 'parsed'>
	{ parsedInputData?.type === 'Parsed' ? /*...*/ : /*...*/ }
<ViewSelector.View>

Originally posted by @jubalm in #1094 (comment)