mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-03 05:51:02 +00:00
Fix simple mode fallback
This commit is contained in:
parent
3e4b751a71
commit
286b77c193
|
|
@ -54,7 +54,7 @@ const TabsBarPortal = () => {
|
|||
};
|
||||
|
||||
// Simple context to allow column children to know which column they're in
|
||||
export const ColumnIndexContext = createContext(0);
|
||||
export const ColumnIndexContext = createContext(1);
|
||||
/**
|
||||
* @returns {number}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user