mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 23:16:52 +00:00
feat(simplify ENABLE_RSS checks): remove useless JSON.parse calls
This commit is contained in:
@@ -82,7 +82,7 @@ const SocialButton = () => {
|
||||
<i className='transform hover:scale-125 duration-150 fas fa-envelope dark:hover:text-indigo-400 hover:text-indigo-600' />
|
||||
</a>
|
||||
)}
|
||||
{JSON.parse(ENABLE_RSS) && (
|
||||
{ENABLE_RSS && (
|
||||
<a
|
||||
target='_blank'
|
||||
rel='noreferrer'
|
||||
|
||||
Reference in New Issue
Block a user