Merge pull request #62 from cheeaun/main

Update from main
This commit is contained in:
Chee Aun 2023-02-20 00:23:56 +08:00 committed by GitHub
commit b4e8ba820c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,8 @@ function Home() {
return (
<>
{snapStates.settings.shortcutsColumnsMode ? (
{snapStates.settings.shortcutsColumnsMode &&
!!snapStates.shortcuts?.length ? (
<Columns />
) : (
<Following