mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 05:23:35 +03:00
embed: removing testing code
This commit is contained in:
parent
e93cdb654e
commit
79142fe4af
@ -224,8 +224,6 @@ function AppTile({ color, image, ...props }: AppTileProps) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
window.navigator.registerProtocolHandler = undefined;
|
|
||||||
|
|
||||||
function AppPermalink({ link, ship, desk }: Omit<IAppPermalink, 'type'>) {
|
function AppPermalink({ link, ship, desk }: Omit<IAppPermalink, 'type'>) {
|
||||||
const treaty = useTreaty(ship, desk);
|
const treaty = useTreaty(ship, desk);
|
||||||
const hasProtocolHandling = Boolean(window?.navigator?.registerProtocolHandler);
|
const hasProtocolHandling = Boolean(window?.navigator?.registerProtocolHandler);
|
||||||
|
Loading…
Reference in New Issue
Block a user