Bluesky app fork with some witchin' additions ๐Ÿ’ซ witchsky.app
bluesky fork client

fix: crash when adding/removing user to/from lists #23

merged opened by shi.gg targeting main

a

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:irs2tcoeuvuwj3m4yampbuco/sh.tangled.repo.pull/3m76t7l3mmr22
+2
Diff #2
+2
b/src/view/com/modals/UserAddRemoveLists.tsx
··· 14 14 import {cleanError} from '#/lib/strings/errors' 15 15 import {sanitizeHandle} from '#/lib/strings/handles' 16 16 import {s} from '#/lib/styles' 17 + import {useTheme} from '#/lib/ThemeContext' 17 18 import {isAndroid, isMobileWeb, isWeb} from '#/platform/detection' 18 19 import {useModalControls} from '#/state/modals' 19 20 import { ··· 137 138 onAdd?: (listUri: string) => void 138 139 onRemove?: (listUri: string) => void 139 140 }) { 141 + const t = useTheme(); 140 142 const pal = usePalette('default') 141 143 const {_} = useLingui() 142 144 const {currentAccount} = useSession()

History

3 rounds 1 comment
sign up or login to add to the discussion
expand 0 comments
pull request successfully merged
expand 1 comment

thank you so much omg

shi.gg submitted #0
expand 0 comments